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