CQRSalad.Dispatching.AmbiguousHandlingException.AmbiguousHandlingException C# (CSharp) Method

AmbiguousHandlingException() public method

public AmbiguousHandlingException ( object messageObject ) : System
messageObject object
return System
        public AmbiguousHandlingException(object messageObject)
            : base("Dispatching failed. Message has multiple handlers.")
        {
            MessageObject = messageObject;
        }
    }
AmbiguousHandlingException