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
PropertyPathCratis.Chronicle.Properties.PropertyPath for the target property that requires this.
Remarks
Initializes a new instance of the OnlyEventPropertySupported class.