![]() |
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 Exception that is thrown when more than one ICommandHandler<TAuthenticationToken,TCommand> if found for a given ICommand<TAuthenticationToken> that only expects one. More...
Public Member Functions | |
MultipleCommandHandlersRegisteredException (Type type) | |
Instantiates a new instance of MultipleCommandHandlersRegisteredException. More... | |
MultipleCommandHandlersRegisteredException (string message) | |
Instantiates a new instance of MultipleCommandHandlersRegisteredException with a specified error message. More... | |
Additional Inherited Members | |
![]() | |
MultipleHandlersRegisteredException (Type type) | |
Instantiates a new instance of MultipleHandlersRegisteredException. More... | |
MultipleHandlersRegisteredException (string message) | |
Instantiates a new instance of MultipleHandlersRegisteredException with a specified error message. More... | |
The Exception that is thrown when more than one ICommandHandler<TAuthenticationToken,TCommand> if found for a given ICommand<TAuthenticationToken> that only expects one.