System\Configuration\ConfigurationElement.cs (5)
1266SR.Format(format, attribToLockTrim, sb),
1270throw new ConfigurationErrorsException(SR.Format(format,
1293SR.Format(SR.Config_empty_lock_attributes_except, LockAllAttributesExceptKey,
1297SR.Format(SR.Config_empty_lock_element_except, LockAllElementsExceptKey, LockElementsKey),
1780throw new ConfigurationErrorsException(SR.Format(SR.Validator_element_not_valid, elem.ElementTagName,
System\Configuration\ConfigurationProperty.cs (5)
309throw new ConfigurationErrorsException(SR.Format(SR.Default_value_conversion_error_from_string,
340throw new ConfigurationErrorsException(SR.Format(SR.Top_level_conversion_error_from_string, Name,
364SR.Format(SR.Top_level_conversion_error_to_string, Name, ex.Message));
377SR.Format(SR.Top_level_validation_error, Name, ex.Message), ex);
405throw new ConfigurationErrorsException(SR.Format(SR.No_converter, Name, Type.Name));