ExceptionHandlerMiddleware 类

定义

用于处理应用程序中异常的中间件。

public ref class ExceptionHandlerMiddleware
public class ExceptionHandlerMiddleware
type ExceptionHandlerMiddleware = class
Public Class ExceptionHandlerMiddleware
继承
ExceptionHandlerMiddleware

构造函数

ExceptionHandlerMiddleware(RequestDelegate, ILoggerFactory, IOptions<ExceptionHandlerOptions>, DiagnosticListener)

创建一个新的 ExceptionHandlerMiddleware

ExceptionHandlerMiddleware(RequestDelegate, ILoggerFactory, IOptions<ExceptionHandlerOptions>, DiagnosticSource)

用于处理应用程序中异常的中间件。

方法

Invoke(HttpContext)

执行中间件。

适用于