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