2 references to ConfigurationErrorsException
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
1563
throw new
ConfigurationErrorsException
(e.Message, reader); // give it some info
1711
ce = new
ConfigurationErrorsException
(ce.Message, reader);