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