C# Класс DomainEventsRequiredException, azure-cosmos-dotnet-repository

An exception that is thrown when not events are provided to an IAggregateRoot.
An IAggregateRoot must be provided at least one DomainEvent when replaying events
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
DomainEventsRequiredException ( Type, aggregateRootType ) : Microsoft.Azure.CosmosEventSourcing.Aggregates

Creates a DomainEventsRequiredException.

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

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

Creates a DomainEventsRequiredException.
public DomainEventsRequiredException ( Type, aggregateRootType ) : Microsoft.Azure.CosmosEventSourcing.Aggregates
aggregateRootType Type,
Результат Microsoft.Azure.CosmosEventSourcing.Aggregates