Table of Contents

Class OnlyEventPropertySupported

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

Exception that gets thrown when a target property only supports being mapped to a property on the event.

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

Remarks

Initializes a new instance of the OnlyEventPropertySupported class.

Constructors

OnlyEventPropertySupported(PropertyPath)

Exception that gets thrown when a target property only supports being mapped to a property on the event.

public OnlyEventPropertySupported(PropertyPath targetProperty)

Parameters

targetProperty PropertyPath

Cratis.Chronicle.Properties.PropertyPath for the target property that requires this.

Remarks

Initializes a new instance of the OnlyEventPropertySupported class.