Constructor ApiExceptionMiddleware
ApiExceptionMiddleware(RequestDelegate)
Initializes a new instance of the ApiExceptionMiddleware class with the specified request delegate.
Declaration
public ApiExceptionMiddleware(RequestDelegate next)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestDelegate | next |