Table of Contents

Class MissingToExpressionForAllSet

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

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

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

Remarks

Initializes a new instance of the MissingToExpressionForAllSet class.

Constructors

MissingToExpressionForAllSet(Type, PropertyPath)

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

public MissingToExpressionForAllSet(Type modelType, PropertyPath propertyPath)

Parameters

modelType Type

Type of 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.