20 references to ConfigurationErrorsException
System.Configuration.ConfigurationManager (20)
System\Configuration\BaseConfigurationRecord.cs (1)
3616throw new ConfigurationErrorsException(
System\Configuration\ConfigurationErrorsException.cs (12)
43this(null, null, null, 0) 47this(message, null, null, 0) 51this(message, inner, null, 0) 55this(message, null, filename, line) 59this(message, null, GetFilename(node), GetLineNumber(node)) 63this(message, inner, GetFilename(node), GetLineNumber(node)) 67this(message, null, GetFilename(reader), GetLineNumber(reader)) 71this(message, inner, GetFilename(reader), GetLineNumber(reader)) 75this(message, null, GetConfigErrorInfoFilename(errorInfo), GetConfigErrorInfoLineNumber(errorInfo)) 79this(message, inner, GetConfigErrorInfoFilename(errorInfo), GetConfigErrorInfoLineNumber(errorInfo)) 83this(e?.BareMessage, e?.InnerException, e?.Filename, e?.Line ?? 0) 171ConfigurationErrorsException e = new ConfigurationErrorsException(BareMessage, InnerException,
System\Configuration\ExceptionUtil.cs (3)
56return new ConfigurationErrorsException( 68return new ConfigurationErrorsException(xe.Message, xe, filename, line); 74return new ConfigurationErrorsException(
System\Configuration\MgmtConfigurationRecord.cs (3)
416throw new ConfigurationErrorsException( 487throw new ConfigurationErrorsException( 1884throw new ConfigurationErrorsException(
System\Configuration\NameValueFileSectionHandler.cs (1)
53throw new ConfigurationErrorsException(e.Message, e, sourceFileFullPath, e.LineNumber);