Table of Contents

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 ConstraintName

ConstraintName that is unknown.

Properties

ConstraintName

Gets the ConstraintName that is unknown.

public ConstraintName ConstraintName { get; }

Property Value

ConstraintName