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.SagaNotFoundException< TSaga, TAuthenticationToken > Class Template Reference

The ISaga<TAuthenticationToken> requested was not found. More...

+ Inheritance diagram for Cqrs.Domain.Exceptions.SagaNotFoundException< TSaga, TAuthenticationToken >:

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...
 

Detailed Description

The ISaga<TAuthenticationToken> requested was not found.

Template Parameters
TSagaThe Type of the ISaga<TAuthenticationToken> that wasn't found.
TAuthenticationTokenThe Type of the authentication token.
Type Constraints
TSaga :ISaga<TAuthenticationToken>