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