6 references to XmlSerializerUnsupportedType
System.Private.Xml (6)
System\Xml\Serialization\Models.cs (1)
209
typeDesc.Exception ??= new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, typeDesc.FullName));
System\Xml\Serialization\Types.cs (4)
380
throw new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, FullName));
789
exception ??= new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, type.FullName));
826
exception ??= new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, type.FullName));
893
exception ??= new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, type.FullName));
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1797
throw new InvalidOperationException(SR.Format(SR.
XmlSerializerUnsupportedType
, memberInfos[0]));