Table of Contents

Class PropertyDoesNotExistOnEventType

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

Exception that gets thrown when an event type has already been added to a unique constraint.

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

Constructors

PropertyDoesNotExistOnEventType(EventType, string)

Exception that gets thrown when an event type has already been added to a unique constraint.

public PropertyDoesNotExistOnEventType(EventType eventType, string property)

Parameters

eventType EventType

The EventType that is being added for.

property string

The property on event.

Properties

EventType

Gets the EventType that is being added for.

public EventType EventType { get; }

Property Value

EventType

Property

Gets the property on event.

public string Property { get; }

Property Value

string