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