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