Table of Contents

Class TypeIsNotAnEventType

Namespace
Cratis.Chronicle.Events
Assembly
Cratis.Chronicle.dll

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 Type

Type that is not an event type.

Remarks

Initializes a new instance of the TypeIsNotAnEventType class.