Table of Contents

Class UnknownEventType

Namespace
Cratis.Chronicle.EventSequences
Assembly
Cratis.Chronicle.dll

Exception that gets thrown when an event type is not marked with the EventTypeAttribute.

public class UnknownEventType : Exception, ISerializable
Inheritance
UnknownEventType
Implements
Inherited Members

Remarks

Initializes a new instance of the UnknownEventType class.

Constructors

UnknownEventType(Type)

Exception that gets thrown when an event type is not marked with the EventTypeAttribute.

public UnknownEventType(Type type)

Parameters

type Type

Type missing the EventTypeAttribute.

Remarks

Initializes a new instance of the UnknownEventType class.