Class UnknownType
- Namespace
- Cratis.Applications.MongoDB
- Assembly
- Cratis.Applications.MongoDB.dll
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
type
stringString representation of the unknown type.
Remarks
Initializes a new instance of the UnknownType class.