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