![]() |
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.
|
Classes | |
class | InvalidConfigurationException |
A configuration caused an Exception. More... | |
class | MissingApplicationSettingException |
An app setting is missing from ConfigurationManager.AppSettings. More... | |
class | MissingApplicationSettingForConnectionStringException |
An app setting is missing from ConfigurationManager.AppSettings that points to a connection string. More... | |
class | MissingConnectionStringException |
A ConnectionStringSettings is missing from ConfigurationManager.ConnectionStrings. More... | |
class | MultipleCommandHandlersRegisteredException |
The Exception that is thrown when more than one ICommandHandler<TAuthenticationToken,TCommand> if found for a given ICommand<TAuthenticationToken> that only expects one. More... | |
class | MultipleHandlersRegisteredException |
The Exception that is thrown when more than one IHandler if found for a given IMessage that only expects one. More... | |
class | NoCommandHandlerRegisteredException |
The Exception that is thrown when no ICommandHandler<TAuthenticationToken,TCommand> if found for a given ICommand<TAuthenticationToken>. More... | |
class | NoEventHandlerRegisteredException |
The Exception that is thrown when no IEventHandler if found for a given IEvent<TAuthenticationToken>. More... | |
class | NoHandlerRegisteredException |
The Exception that is thrown when no IHandler if found for a given IMessage. More... | |
class | NoHandlersRegisteredException |
The Exception that is thrown when no IHandler if found for a given IMessage, but more than one was expected. More... | |
class | UnAuthorisedMessageReceivedException |
The Exception that is thrown when a given IMessage fails authorisation. More... | |