Table of Contents

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 IConstraintDefinition

The unknown IConstraintDefinition.