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)
380throw new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, FullName)); 789exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 826exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 893exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName));
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1797throw new InvalidOperationException(SR.Format(SR.XmlSerializerUnsupportedType, memberInfos[0]));