Class UnknownType
Exception that gets thrown when an unknown type is encountered.
public class UnknownType : Exception, ISerializable
- Inheritance
-
UnknownType
- Implements
- Inherited Members
Remarks
Initializes a new instance of the UnknownType class.
Constructors
UnknownType(string)
Exception that gets thrown when an unknown type is encountered.
public UnknownType(string type)
Parameters
typestringString representation of the unknown type.
Remarks
Initializes a new instance of the UnknownType class.