Table of Contents

Class OnPropertyShouldNotBeSpecifiedForChildJoin

Namespace
Cratis.Chronicle.Projections
Assembly
Cratis.Chronicle.dll

Exception that gets thrown when on property should not be specified for child join.

public class OnPropertyShouldNotBeSpecifiedForChildJoin : Exception, ISerializable
Inheritance
OnPropertyShouldNotBeSpecifiedForChildJoin
Implements
Inherited Members

Constructors

OnPropertyShouldNotBeSpecifiedForChildJoin(Type, Type)

Exception that gets thrown when on property should not be specified for child join.

public OnPropertyShouldNotBeSpecifiedForChildJoin(Type readModelType, Type eventType)

Parameters

readModelType Type

Type of read model joining with event.

eventType Type

Type of event that is being joined.