Table of Contents

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)

Parameters

modelType Type

Type of model joining with event.

eventType Type

Type of event that is being joined.