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

Parameters

modelType Type

Type of model joining with event.

eventType Type

Type of event that is being joined.