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)
384throw new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, FullName)); 799exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 836exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName)); 903exception ??= new NotSupportedException(SR.Format(SR.XmlSerializerUnsupportedType, type.FullName));
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1795throw new InvalidOperationException(SR.Format(SR.XmlSerializerUnsupportedType, memberInfos[0]));