12 references to ConfigurationErrorsException
System.Configuration.ConfigurationManager (12)
System\Configuration\ClientConfigurationSystem.cs (2)
163
new
ConfigurationErrorsException
(SR.Config_client_config_init_error, e);
218
_initError = new
ConfigurationErrorsException
(SR.Config_client_config_init_error, ex);
System\Configuration\ClientSettingsStore.cs (1)
208
throw new
ConfigurationErrorsException
(SR.Format(SR.SettingsSaveFailed, ex.Message), ex);
System\Configuration\ConfigurationManager.cs (1)
109
new
ConfigurationErrorsException
(SR.Config_client_config_init_error, e);
System\Configuration\ConfigurationProperty.cs (1)
376
throw new
ConfigurationErrorsException
(
System\Configuration\Internal\InternalConfigHost.cs (1)
272
throw new
ConfigurationErrorsException
(SR.Format(SR.Config_write_failed, streamName), e);
System\Configuration\MgmtConfigurationRecord.cs (2)
1676
throw new
ConfigurationErrorsException
(
1696
throw new
ConfigurationErrorsException
(
System\Configuration\RuntimeConfigurationRecord.cs (1)
73
throw new
ConfigurationErrorsException
(
System\Diagnostics\ListenerElementsCollection.cs (2)
225
throw new
ConfigurationErrorsException
(SR.Format(SR.Could_not_create_listener, Name), e);
365
throw new
ConfigurationErrorsException
(SR.Format(SR.Could_not_create_listener, Name), e);
System\Diagnostics\TraceUtils.cs (1)
135
throw new
ConfigurationErrorsException
(SR.Format(SR.Could_not_create_type_instance, className), innerException);