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.

◆ MultipleHandlersRegisteredException() [1/2]

Cqrs.Exceptions.MultipleHandlersRegisteredException.MultipleHandlersRegisteredException ( Type  type)
protected

Instantiates a new instance of MultipleHandlersRegisteredException.

Parameters
typeThe Type of IMessage that expected only one IHandler.