9 references to ConfigurationErrorsException
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
174
ConfigurationException e = new
ConfigurationErrorsException
(message, node);
System.Web.Mobile (8)
Mobile\ConfigurationSectionHelper.cs (3)
43
throw new
ConfigurationErrorsException
(msg, _currentNode);
62
throw new
ConfigurationErrorsException
(msg, _currentNode);
138
throw new
ConfigurationErrorsException
(msg, _currentNode);
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (5)
108
throw new
ConfigurationErrorsException
(msg, child);
119
throw new
ConfigurationErrorsException
(msg, child);
135
throw new
ConfigurationErrorsException
(msg, child);
170
throw new
ConfigurationErrorsException
(msg, child);
178
throw new
ConfigurationErrorsException
(msg, child);