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