Class AbpExceptionHandlingMiddleware
Inheritance
AbpExceptionHandlingMiddleware
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class AbpExceptionHandlingMiddleware : AbpMiddlewareBase, IMiddleware, ITransientDependency
Constructors
AbpExceptionHandlingMiddleware(ILogger<AbpExceptionHandlingMiddleware>)
Declaration
public AbpExceptionHandlingMiddleware(ILogger<AbpExceptionHandlingMiddleware> logger)
Parameters
Methods
InvokeAsync(HttpContext, RequestDelegate)
Declaration
public override Task InvokeAsync(HttpContext context, RequestDelegate next)
Parameters
Returns
Overrides
Implements
Extension Methods