3 references to Config_base_element_locked
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationElement.cs (2)
523throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked, elementName), 1413throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked, reader.Name), reader);
System\Configuration\ConfigurationElementCollection.cs (1)
507throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked, _addElement));