6 references to XmlSerializerUnsupportedType
System.Private.Xml (6)
System\Xml\Serialization\Models.cs (1)
209typeDesc.Exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, typeDesc.FullName));
System\Xml\Serialization\Types.cs (4)
381throw new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, FullName)); 852exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 889exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 956exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName));
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1844throw new InvalidOperationException(SR.Format(SR.XmlSerializerUnsupportedType, memberInfos[0]));