4 references to Config_invalid_boolean_attribute
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElement.cs (1)
1461SR.Format(SR.Config_invalid_boolean_attribute, propertyName), reader);
System\Configuration\DpapiProtectedConfigurationProvider.cs (1)
133throw new ConfigurationErrorsException(SR.Format(SR.Config_invalid_boolean_attribute, valueName));
System\Configuration\HandlerBase.cs (1)
53SR.Format(SR.Config_invalid_boolean_attribute, a.Name),
System\Configuration\XmlUtil.cs (1)
339new ConfigurationErrorsException(SR.Format(SR.Config_invalid_boolean_attribute, Reader.Name), this),