CQRSMicroservices.Web.Middleware.CommandMiddleware.CommandMiddleware C# (CSharp) Method

CommandMiddleware() public method

public CommandMiddleware ( Microsoft.Owin.OwinMiddleware next, Action exceptionHandler ) : System
next Microsoft.Owin.OwinMiddleware
exceptionHandler Action
return System
    public CommandMiddleware(OwinMiddleware next, Action<Exception> exceptionHandler) : base(next)
    {
      ExceptionHandler = exceptionHandler;
    }