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