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