C# Class MissingEventsForExpectedAggregateRootVersion, Runtime

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

Méthodes publiques

Méthode Description
MissingEventsForExpectedAggregateRootVersion ( AggregateRootVersion expectedVersion, AggregateRootVersion actualVersion ) : System,

Initializes a new instance of the MissingEventsForExpectedAggregateRootVersion class.

Method Details

MissingEventsForExpectedAggregateRootVersion() public méthode

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.
Résultat System,