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
Properties
EventType
Gets the EventType that is being added for.
public EventType EventType { get; }
Property Value
Property
Gets the property on event.
public string Property { get; }