8 references to Config_base_attribute_locked
System.Configuration.ConfigurationManager (8)
System\Configuration\ConfigurationElement.cs (4)
109throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, LockItemKey)); 397SR.Format(SR.Config_base_attribute_locked, propInfo.Name)); 838throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, prop.Name)); 1430SR.Format(SR.Config_base_attribute_locked, propertyName), reader);
System\Configuration\ConfigurationElementCollection.cs (2)
748throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, key)); 978throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked,
System\Configuration\ConfigurationLockCollection.cs (2)
129throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, name)); 261throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, name));