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.
Cqrs.Domain.Exceptions.ConcurrencyException Class Reference

An IEvent<TAuthenticationToken> was processed out of order or an expected IEvent<TAuthenticationToken> was not found. More...

+ Inheritance diagram for Cqrs.Domain.Exceptions.ConcurrencyException:

Public Member Functions

 ConcurrencyException (Guid id)
 Instantiate a new instance of ConcurrencyException with the provided identifier of the IAggregateRoot<TAuthenticationToken> that had a concurrency issue. More...
 

Properties

Guid Id [get, set]
 The identifier of the IAggregateRoot<TAuthenticationToken> that had a concurrency issue. More...
 

Detailed Description

An IEvent<TAuthenticationToken> was processed out of order or an expected IEvent<TAuthenticationToken> was not found.