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)
305throw new ConfigurationErrorsException(SR.Format(SR.Default_value_conversion_error_from_string,
336throw new ConfigurationErrorsException(SR.Format(SR.Top_level_conversion_error_from_string, Name,
360SR.Format(SR.Top_level_conversion_error_to_string, Name, ex.Message));
373SR.Format(SR.Top_level_validation_error, Name, ex.Message), ex);
401throw new ConfigurationErrorsException(SR.Format(SR.No_converter, Name, Type.Name));