3 references to XmlIllegalType
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1753if (a.XmlAttribute.Type != null) throw new InvalidOperationException(SR.Format(SR.XmlIllegalType, "XmlAttribute")); 1779throw new InvalidOperationException(SR.Format(SR.XmlIllegalType, "XmlText")); 1796throw new InvalidOperationException(SR.Format(SR.XmlIllegalType, "XmlElement"));