3 references to XmlUnxpectedType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
819
return new InvalidOperationException(string.Format(ResXml.
XmlUnxpectedType
, type.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
839
throw new InvalidOperationException(string.Format(ResXml.
XmlUnxpectedType
, _primitiveType.FullName));
913
throw new InvalidOperationException(string.Format(ResXml.
XmlUnxpectedType
, _primitiveType.FullName));