Table of Contents

Class DuplicatePropertyInProjection

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

The exception that is thrown when a property has been specified more than once in a projection definition.

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

Constructors

DuplicatePropertyInProjection(PropertyPath)

The exception that is thrown when a property has been specified more than once in a projection definition.

public DuplicatePropertyInProjection(PropertyPath propertyPath)

Parameters

propertyPath PropertyPath

The Cratis.Chronicle.Properties.PropertyPath that was defined more than once.