Class TypeIsNotAnEventType
Exception that gets thrown when a type is not an event type.
public class TypeIsNotAnEventType : Exception, ISerializable
- Inheritance
-
TypeIsNotAnEventType
- Implements
- Inherited Members
Remarks
Initializes a new instance of the TypeIsNotAnEventType class.
Constructors
TypeIsNotAnEventType(Type)
Exception that gets thrown when a type is not an event type.
public TypeIsNotAnEventType(Type type)
Parameters
type
TypeType that is not an event type.
Remarks
Initializes a new instance of the TypeIsNotAnEventType class.