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 readModelType, Type eventType, PropertyPath propertyPath)
Parameters
readModelTypeTypeType of read model the expression is missing for.
eventTypeTypeType of event the expression is missing for.
propertyPathPropertyPathPath within the model the expression is missing for.
Remarks
Initializes a new instance of the MissingToExpression class.