CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless 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.