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