C# Class EventsForAggregateAlreadyAddedToCommit, Runtime

Exception that gets thrown when there are multiple events added to a Commit for the same aggregate.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
EventsForAggregateAlreadyAddedToCommit ( Aggregate, aggregate ) : System,

Initializes a new instance of the EventsForAggregateAlreadyAddedToCommit class.

Method Details

EventsForAggregateAlreadyAddedToCommit() public méthode

Initializes a new instance of the EventsForAggregateAlreadyAddedToCommit class.
public EventsForAggregateAlreadyAddedToCommit ( Aggregate, aggregate ) : System,
aggregate Aggregate,
Résultat System,