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)
381
throw new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, FullName));
852
exception ??= new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, type.FullName));
889
exception ??= new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, type.FullName));
956
exception ??= new NotSupportedException(SR.Format(SR.
XmlSerializerUnsupportedType
, type.FullName));
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1844
throw new InvalidOperationException(SR.Format(SR.
XmlSerializerUnsupportedType
, memberInfos[0]));