Class UnknownConstraintType
- Namespace
- Cratis.Chronicle.Events.Constraints
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when an unknown constraint type is encountered.
public class UnknownConstraintType : Exception, ISerializable
- Inheritance
-
UnknownConstraintType
- Implements
- Inherited Members
Constructors
UnknownConstraintType(IConstraintDefinition)
Exception that gets thrown when an unknown constraint type is encountered.
public UnknownConstraintType(IConstraintDefinition definition)
Parameters
definition
IConstraintDefinitionThe unknown IConstraintDefinition.