C# Класс EventsForAggregateAlreadyAddedToCommit, Runtime

Exception that gets thrown when there are multiple events added to a Commit for the same aggregate.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
EventsForAggregateAlreadyAddedToCommit ( Aggregate, aggregate ) : System,

Initializes a new instance of the EventsForAggregateAlreadyAddedToCommit class.

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

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

Initializes a new instance of the EventsForAggregateAlreadyAddedToCommit class.
public EventsForAggregateAlreadyAddedToCommit ( Aggregate, aggregate ) : System,
aggregate Aggregate,
Результат System,