4 references to CreateUnknownTypeException
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializationWriter.cs (4)
198
throw
CreateUnknownTypeException
(type);
390
throw
CreateUnknownTypeException
(t);
814
return
CreateUnknownTypeException
(o.GetType());
1395
if (entry == null) throw
CreateUnknownTypeException
(t);