4 references to CreateUnknownTypeException
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializationWriter.cs (4)
223
throw
CreateUnknownTypeException
(type);
437
throw
CreateUnknownTypeException
(t);
861
return
CreateUnknownTypeException
(o.GetType());
1442
if (entry == null) throw
CreateUnknownTypeException
(t);