58 instantiations of ConfigurationErrorsException
System.Configuration (13)
System\Configuration\ConfigurationElement.cs (5)
455ConfigurationErrorsException e = new ConfigurationErrorsException(errorsList);
1346throw new ConfigurationErrorsException(string.Format(CultureInfo.CurrentCulture, format, attribToLockTrim, sb.ToString()), value.SourceInfo.FileName, value.SourceInfo.LineNumber);
1348throw new ConfigurationErrorsException(string.Format(CultureInfo.CurrentCulture, format, attribToLockTrim, sb.ToString()));
1563throw new ConfigurationErrorsException(e.Message, reader); // give it some info
1711ce = new ConfigurationErrorsException(ce.Message, reader);
System.Data (2)
System.IdentityModel (1)
System.ServiceModel (1)
System.ServiceModel.Web (4)
System.Transactions (2)
System.Web (27)
System.Web.Mobile (8)
62 references to ConfigurationErrorsException
ComSvcConfig (1)
PresentationCore (1)
PresentationFramework (1)
SMDiagnostics (1)
System.Activities.Core.Presentation (1)
System.ComponentModel.DataAnnotations (1)
System.Configuration (22)
System.Data (1)
System.IdentityModel (1)
System.Runtime.Serialization (1)
System.ServiceModel (6)
System.ServiceModel.Activation (1)
System.ServiceModel.Activities (1)
System.ServiceModel.Web (1)
System.Transactions (2)
System.Web (16)
System.Xaml.Hosting (4)