Table of Contents

Class MissingEventTypeAttribute

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

Exception that gets thrown when a type should be marked with the EventTypeAttribute.

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

Remarks

Initializes a new instance of the MissingEventTypeAttribute class.

Constructors

MissingEventTypeAttribute(Type)

Exception that gets thrown when a type should be marked with the EventTypeAttribute.

public MissingEventTypeAttribute(Type type)

Parameters

type Type

Type that is missing the attribute.

Remarks

Initializes a new instance of the MissingEventTypeAttribute class.