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)