C# Class EventsForAggregateAlreadyAddedToCommit, Runtime

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

Public Methods

Method Description
EventsForAggregateAlreadyAddedToCommit ( Aggregate, aggregate ) : System,

Initializes a new instance of the EventsForAggregateAlreadyAddedToCommit class.

Method Details

EventsForAggregateAlreadyAddedToCommit() public method

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