3 references to HasErrors
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (2)
797
Debug.Assert(!sectionRecord.
HasErrors
, "!sectionRecord.HasErrors");
1183
Debug.Assert(!sectionRecord.
HasErrors
, "!sectionRecord.HasErrors");
System\Configuration\SectionRecord.cs (1)
294
if (
HasErrors
) throw new ConfigurationErrorsException(GetAllErrors());