Table of Contents

Class MissingToExpression

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

Exception that gets thrown when a to expression is missing in a mapping.

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

Remarks

Initializes a new instance of the MissingToExpression class.

Constructors

MissingToExpression(Type, Type, PropertyPath)

Exception that gets thrown when a to expression is missing in a mapping.

public MissingToExpression(Type modelType, Type eventType, PropertyPath propertyPath)

Parameters

modelType Type

Type of model the expression is missing for.

eventType Type

Type of event the expression is missing for.

propertyPath PropertyPath

Path within the model the expression is missing for.

Remarks

Initializes a new instance of the MissingToExpression class.