6 references to XmlSerializerUnsupportedType
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (1)
193
typeDesc.Exception = new NotSupportedException(string.Format(ResXml.
XmlSerializerUnsupportedType
, typeDesc.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (4)
388
throw new NotSupportedException(string.Format(ResXml.
XmlSerializerUnsupportedType
, FullName));
823
exception = new NotSupportedException(string.Format(ResXml.
XmlSerializerUnsupportedType
, type.FullName));
867
exception = new NotSupportedException(string.Format(ResXml.
XmlSerializerUnsupportedType
, type.FullName));
937
exception = new NotSupportedException(string.Format(ResXml.
XmlSerializerUnsupportedType
, type.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
4018
throw new InvalidOperationException(string.Format(ResXml.
XmlSerializerUnsupportedType
, memberInfos[0].ToString()));