C# Class MissingEventsForExpectedAggregateRootVersion, Runtime

Exception that gets thrown when constructing a CommittedAggregateEvents with a higher expected version than the given events produce.
Inheritance: Exception
Datei anzeigen Open project: dolittle/Runtime

Public Methods

Method Description
MissingEventsForExpectedAggregateRootVersion ( AggregateRootVersion expectedVersion, AggregateRootVersion actualVersion ) : System,

Initializes a new instance of the MissingEventsForExpectedAggregateRootVersion class.

Method Details

MissingEventsForExpectedAggregateRootVersion() public method

Initializes a new instance of the MissingEventsForExpectedAggregateRootVersion class.
public MissingEventsForExpectedAggregateRootVersion ( AggregateRootVersion expectedVersion, AggregateRootVersion actualVersion ) : System,
expectedVersion AggregateRootVersion The expected .
actualVersion AggregateRootVersion The actual produced by the given events.
return System,