C# Класс MissingEventsForExpectedAggregateRootVersion, Runtime

Exception that gets thrown when constructing a CommittedAggregateEvents with a higher expected version than the given events produce.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
MissingEventsForExpectedAggregateRootVersion ( AggregateRootVersion expectedVersion, AggregateRootVersion actualVersion ) : System,

Initializes a new instance of the MissingEventsForExpectedAggregateRootVersion class.

Описание методов

MissingEventsForExpectedAggregateRootVersion() публичный Метод

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.
Результат System,