Class UnknownConstraint
- Namespace
- Cratis.Chronicle.Events.Constraints
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when trying to get a constraint that is unknown.
public class UnknownConstraint : Exception, ISerializable
- Inheritance
-
UnknownConstraint
- Implements
- Inherited Members
Constructors
UnknownConstraint(ConstraintName)
Exception that gets thrown when trying to get a constraint that is unknown.
public UnknownConstraint(ConstraintName constraintName)
Parameters
constraintName
ConstraintNameConstraintName that is unknown.
Properties
ConstraintName
Gets the ConstraintName that is unknown.
public ConstraintName ConstraintName { get; }