Class MissingOnPropertyExpressionWhenJoiningWithEvent
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when missing the on property expression when joining with specific event type.
public class MissingOnPropertyExpressionWhenJoiningWithEvent : Exception, ISerializable
- Inheritance
-
MissingOnPropertyExpressionWhenJoiningWithEvent
- Implements
- Inherited Members
Constructors
MissingOnPropertyExpressionWhenJoiningWithEvent(Type, Type)
Exception that gets thrown when missing the on property expression when joining with specific event type.
public MissingOnPropertyExpressionWhenJoiningWithEvent(Type modelType, Type eventType)