1 write to _name
System.Configuration (1)
System\Configuration\ConfigurationProperty.cs (1)
187
_name
= name;
8 references to _name
System.Configuration (8)
System\Configuration\ConfigurationProperty.cs (8)
200
throw new ConfigurationErrorsException(SR.GetString(SR.Validator_does_not_support_prop_type,
_name
));
223
throw new ConfigurationErrorsException(SR.GetString(SR.Default_value_wrong_type,
_name
));
249
throw new ConfigurationErrorsException(SR.GetString(SR.Default_value_conversion_error_from_string,
_name
, ex.Message));
266
return
_name
;
386
throw new ConfigurationErrorsException(SR.GetString(SR.Top_level_conversion_error_from_string,
_name
, ex.Message));
404
throw new ConfigurationErrorsException(SR.GetString(SR.Top_level_conversion_error_to_string,
_name
, ex.Message));
415
throw new ConfigurationErrorsException(SR.GetString(SR.Top_level_validation_error,
_name
, ex.Message),ex);
435
throw new ConfigurationErrorsException(SR.GetString(SR.No_converter,
_name
, _type.Name));