4 references to ConfigurationErrorsException
System.Configuration (4)
System\Configuration\ConfigurationSchemaErrors.cs (2)
107throw new ConfigurationErrorsException(_errorsGlobal); 111throw new ConfigurationErrorsException(_errorsAll);
System\Configuration\ErrorsHelper.cs (1)
62return new ConfigurationErrorsException(errors);
System\Configuration\SectionRecord.cs (1)
417throw new ConfigurationErrorsException(GetAllErrors());