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

Parameters

modelType Type

Type of model joining with event.

eventType Type

Type of event that is being joined.