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