C# Класс EventWasAppliedByOtherAggregateRoot, Runtime

Exception that gets thrown when an event is being used with an Aggregate Root with a different Type than it was applied by.
Наследование: ArgumentException
Показать файл Открыть проект

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

Метод Описание
EventWasAppliedByOtherAggregateRoot ( EventSourceId eventSource, ArtifactId eventAggregateRoot, ArtifactId aggregateRoot ) : System,

Initializes a new instance of the EventWasAppliedByOtherAggregateRoot class.

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

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

Initializes a new instance of the EventWasAppliedByOtherAggregateRoot class.
public EventWasAppliedByOtherAggregateRoot ( EventSourceId eventSource, ArtifactId eventAggregateRoot, ArtifactId aggregateRoot ) : System,
eventSource EventSourceId The .
eventAggregateRoot ArtifactId Type the Event was applied by.
aggregateRoot ArtifactId of the Aggregate Root.
Результат System,