![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Classes | |
class | AggregateNotFoundException |
The IAggregateRoot<TAuthenticationToken> requested was not found. More... | |
class | AggregateOrEventMissingIdException |
The IEvent<TAuthenticationToken> had not IEvent<TAuthenticationToken>.Id set. More... | |
class | ConcurrencyException |
An IEvent<TAuthenticationToken> was processed out of order or an expected IEvent<TAuthenticationToken> was not found. More... | |
class | DuplicateCreateCommandException |
The operation resulted in a duplicate. More... | |
class | DuplicateEventException |
The IEventStore<TAuthenticationToken> gave more than one IEvent<TAuthenticationToken>. More... | |
class | DuplicateSagaEventException |
The IEventStore<TAuthenticationToken> gave more than one event. More... | |
class | EntityNotFoundException |
The IEntity requested was not found. More... | |
class | EventsOutOfOrderException |
The IEventStore<TAuthenticationToken> gave events out of order or an expected IEvent<TAuthenticationToken> with a specific version number wasn't provided. More... | |
class | MissingParameterLessConstructorException |
A parameterless constructor is missing. More... | |
class | SagaNotFoundException |
The ISaga<TAuthenticationToken> requested was not found. More... | |