24 references to ConfigurationErrorsException
System.Configuration (13)
System\Configuration\ConfigurationErrorsException.cs (12)
57
this
(null, null, null, 0) {}
60
this
(message, null, null, 0) {}
63
this
(message, inner, null, 0) {}
66
this
(message, null, filename, line) {}
69
this
(message, null, GetUnsafeFilename(node), GetLineNumber(node)) {}
72
this
(message, inner, GetUnsafeFilename(node), GetLineNumber(node)) {}
75
this
(message, null, GetUnsafeFilename(reader), GetLineNumber(reader)) {}
78
this
(message, inner, GetUnsafeFilename(reader), GetLineNumber(reader)) {}
81
this
(message, null, GetUnsafeConfigErrorInfoFilename(errorInfo), GetConfigErrorInfoLineNumber(errorInfo)) {}
84
this
(message, inner, GetUnsafeConfigErrorInfoFilename(errorInfo), GetConfigErrorInfoLineNumber(errorInfo)) {}
87
this
(GetBareMessage(e), GetInnerException(e), GetUnsafeFilename(e), GetLineNumber(e)) {}
287
ConfigurationErrorsException e = new
ConfigurationErrorsException
(BareMessage, base.InnerException, _firstFilename, _firstLine);
System\Configuration\ExceptionUtil.cs (1)
78
return new
ConfigurationErrorsException
(xe.Message, xe, filename, line);
System.Web (11)
Configuration\CompilationSection.cs (1)
825
throw new
ConfigurationErrorsException
(Message, e, source, lineNumber);
Configuration\ConfigUtil.cs (2)
51
throw new
ConfigurationErrorsException
(e.Message, e,
120
return new
ConfigurationErrorsException
(message, innerException, (configProperty != null) ? configProperty.Source : null, (configProperty != null) ? configProperty.LineNumber : 0);
Configuration\PagesSection.cs (2)
481
throw new
ConfigurationErrorsException
(ex.Message, ex,
727
throw new
ConfigurationErrorsException
(e.Message, e,
Configuration\ProtocolsConfigurationEntry.cs (2)
64
throw new
ConfigurationErrorsException
(e.Message, e, _configFileName, _configFileLine);
75
throw new
ConfigurationErrorsException
(e.Message, e, _configFileName, _configFileLine);
Configuration\ProtocolsSection.cs (2)
270
throw new
ConfigurationErrorsException
(
285
throw new
ConfigurationErrorsException
(
Configuration\ProvidersHelper.cs (1)
45
throw new
ConfigurationErrorsException
(e.Message, e, providerSettings.ElementInformation.Properties["type"].Source, providerSettings.ElementInformation.Properties["type"].LineNumber);
Hosting\ProcessHost.cs (1)
385
throw new
ConfigurationErrorsException
(