Table of Contents

Class MissingSubtractWithExpression

Namespace
Cratis.Chronicle.Projections
Assembly
Cratis.Chronicle.dll

Exception that gets thrown when a with expression is missing in an add mapping.

public class MissingSubtractWithExpression : Exception, ISerializable
Inheritance
MissingSubtractWithExpression
Implements
Inherited Members

Remarks

Initializes a new instance of the MissingToExpressionForAllSet class.

Constructors

MissingSubtractWithExpression(Type, PropertyPath)

Exception that gets thrown when a with expression is missing in an add mapping.

public MissingSubtractWithExpression(Type readModelType, PropertyPath propertyPath)

Parameters

readModelType Type

Type of read model the expression is missing for.

propertyPath PropertyPath

Path within the model the expression is missing for.

Remarks

Initializes a new instance of the MissingToExpressionForAllSet class.