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