![]() |
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.
|
The ISaga<TAuthenticationToken> requested was not found. More...
Public Member Functions | |
SagaNotFoundException (Guid id) | |
Instantiate a new instance of SagaNotFoundException<TSaga,TAuthenticationToken> with the provided identifier of the ISaga<TAuthenticationToken> that wasn't found. More... | |
Properties | |
Guid | Id [get, set] |
The identifier of the ISaga<TAuthenticationToken> that wasn't found. More... | |
Type | SagaType [get, set] |
The Type of the ISaga<TAuthenticationToken> that wasn't found. More... | |
The ISaga<TAuthenticationToken> requested was not found.
TSaga | The Type of the ISaga<TAuthenticationToken> that wasn't found. |
TAuthenticationToken | The Type of the authentication token. |
TSaga | : | ISaga<TAuthenticationToken> |