public ExceptionSenderMiddleware(RequestDelegate next, IExceptionAccumulator exceptionAccumulator)
 {
     nextMiddleware = next;
     this.exceptionAccumulator = exceptionAccumulator;
 }
Example #2
0
 public ExceptionSenderMiddleware(RequestDelegate next, IExceptionAccumulator exceptionAccumulator)
 {
     nextMiddleware            = next;
     this.exceptionAccumulator = exceptionAccumulator;
 }