4 references to XmlIllegalAnyElement
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1690
throw new InvalidOperationException(SR.Format(SR.
XmlIllegalAnyElement
, arrayElementType.FullName));
1776
if (a.XmlAnyElements.Count > 0) throw new InvalidOperationException(SR.Format(SR.
XmlIllegalAnyElement
, accessor.TypeDesc.FullName));
1931
throw new InvalidOperationException(SR.Format(SR.
XmlIllegalAnyElement
, accessorType.FullName));
System\Xml\Serialization\XmlSerializationWriter.cs (1)
860
return new InvalidOperationException(SR.Format(SR.
XmlIllegalAnyElement
, type.FullName));