Class MissingAddWithExpression
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when a with expression is missing in an add mapping.
public class MissingAddWithExpression : Exception, ISerializable
- Inheritance
-
MissingAddWithExpression
- Implements
- Inherited Members
Remarks
Initializes a new instance of the MissingToExpressionForAllSet class.
Constructors
MissingAddWithExpression(Type, PropertyPath)
Exception that gets thrown when a with expression is missing in an add mapping.
public MissingAddWithExpression(Type readModelType, PropertyPath propertyPath)
Parameters
readModelTypeTypeType of read model the expression is missing for.
propertyPathPropertyPathPath within the model the expression is missing for.
Remarks
Initializes a new instance of the MissingToExpressionForAllSet class.