4 references to CreateUnknownTypeException
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (4)
198throw CreateUnknownTypeException(type); 365throw CreateUnknownTypeException(t); 810return CreateUnknownTypeException(o.GetType()); 1429if (entry == null) throw CreateUnknownTypeException(t);