3 references to ConfigurationErrorsException
System.Configuration (3)
System\Configuration\ConfigurationErrorsException.cs (2)
92
this
(GetFirstException(coll)) {
101
this
((ConfigurationException) (coll.Count > 0 ? coll[0] : null)) {
System\Configuration\ExceptionUtil.cs (1)
66
return new
ConfigurationErrorsException
(deprecatedException);