Class AmbiguousAggregateRootStateProvider
- Namespace
- Cratis.Chronicle.Aggregates
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when there is an ambiguous state provider for a stateful aggregate root.
public class AmbiguousAggregateRootStateProvider : Exception, ISerializable
- Inheritance
-
AmbiguousAggregateRootStateProvider
- Implements
- Inherited Members
Remarks
Initializes a new instance of the AmbiguousAggregateRootStateProvider class.
Constructors
AmbiguousAggregateRootStateProvider(Type)
Exception that gets thrown when there is an ambiguous state provider for a stateful aggregate root.
public AmbiguousAggregateRootStateProvider(Type type)
Parameters
type
TypeAggregate root type that has an ambiguous state provider.
Remarks
Initializes a new instance of the AmbiguousAggregateRootStateProvider class.