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