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