Asmin.Core.Utilities.Middleware.API.APIExceptionMiddleware.APIExceptionMiddleware C# (CSharp) Method

APIExceptionMiddleware() public method

public APIExceptionMiddleware ( RequestDelegate next ) : Asmin.Core.Utilities.Exceptions
next RequestDelegate
return Asmin.Core.Utilities.Exceptions
        public APIExceptionMiddleware(RequestDelegate next)
        {
            _next = next;
        }