4 references to ConfigurationErrorsException
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationSchemaErrors.cs (2)
71
throw new
ConfigurationErrorsException
(_errorsGlobal);
75
throw new
ConfigurationErrorsException
(_errorsAll);
System\Configuration\ErrorsHelper.cs (1)
54
return new
ConfigurationErrorsException
(errors);
System\Configuration\SectionRecord.cs (1)
294
if (HasErrors) throw new
ConfigurationErrorsException
(GetAllErrors());