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