Class MissingIdentifiedByPropertyExpressionWhenJoiningWithEvent
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Exception that is thrown when the on property expression is missing for the root projection.
public class MissingIdentifiedByPropertyExpressionWhenJoiningWithEvent : Exception, ISerializable
- Inheritance
-
MissingIdentifiedByPropertyExpressionWhenJoiningWithEvent
- Implements
- Inherited Members
Constructors
MissingIdentifiedByPropertyExpressionWhenJoiningWithEvent(Type, Type)
Exception that is thrown when the on property expression is missing for the root projection.
public MissingIdentifiedByPropertyExpressionWhenJoiningWithEvent(Type modelType, Type eventType)