View Source
Class UnhandledExceptionLoggerMiddleware
Logs any unhandled exception.
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class UnhandledExceptionLoggerMiddleware : IMiddleware
Constructors
View Source
UnhandledExceptionLoggerMiddleware(ILogger<UnhandledExceptionLoggerMiddleware>)
Declaration
public UnhandledExceptionLoggerMiddleware(ILogger<UnhandledExceptionLoggerMiddleware> logger)
Parameters
Methods
View Source
InvokeAsync(HttpContext, RequestDelegate)
Declaration
public async Task InvokeAsync(HttpContext context, RequestDelegate next)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Http.HttpContext |
context |
|
Microsoft.AspNetCore.Http.RequestDelegate |
next |
|
Returns