4 references to CreateUnknownTypeException
System.Xml (4)
System\Xml\Serialization\XmlSerializationWriter.cs (4)
172
throw
CreateUnknownTypeException
(type);
334
throw
CreateUnknownTypeException
(t);
708
return
CreateUnknownTypeException
(o.GetType());
1226
if (entry == null) throw
CreateUnknownTypeException
(t);