1 instantiation of InvalidPropValue
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElement.cs (1)
1734propertyValue = new InvalidPropValue(xmlValue, ce);
7 references to InvalidPropValue
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElement.cs (5)
158if (o is InvalidPropValue) throw ((InvalidPropValue)o).Error; 496foreach (InvalidPropValue invalidValue in Values.InvalidValues) errorList.Add(invalidValue.Error); 1092if (value is InvalidPropValue) xmlValue = ((InvalidPropValue)value).Value;
System\Configuration\ConfigurationValues.cs (2)
101if (value is InvalidPropValue) _containsInvalidValue = true; 208if (value is InvalidPropValue) yield return value;