C# Class DomainEventsRequiredException, azure-cosmos-dotnet-repository

An exception that is thrown when not events are provided to an IAggregateRoot.
An IAggregateRoot must be provided at least one DomainEvent when replaying events
Inheritance: Exception
Afficher le fichier Open project: IEvangelist/azure-cosmos-dotnet-repository

Méthodes publiques

Méthode Description
DomainEventsRequiredException ( Type, aggregateRootType ) : Microsoft.Azure.CosmosEventSourcing.Aggregates

Creates a DomainEventsRequiredException.

Method Details

DomainEventsRequiredException() public méthode

Creates a DomainEventsRequiredException.
public DomainEventsRequiredException ( Type, aggregateRootType ) : Microsoft.Azure.CosmosEventSourcing.Aggregates
aggregateRootType Type,
Résultat Microsoft.Azure.CosmosEventSourcing.Aggregates