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
TypeType of model the expression is missing for.
eventType
TypeType of event the expression is missing for.
propertyPath
PropertyPathPath within the model the expression is missing for.
Remarks
Initializes a new instance of the MissingToExpression class.