Table of Contents

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 readModelType, Type eventType)

Parameters

readModelType Type

Type of read model joining with event.

eventType Type

Type of event that is being joined.