ExceptionHandlerFeature 类

定义

包含由异常处理程序检查的原始请求的路径和错误的功能。

public ref class ExceptionHandlerFeature : Microsoft::AspNetCore::Diagnostics::IExceptionHandlerFeature
public ref class ExceptionHandlerFeature : Microsoft::AspNetCore::Diagnostics::IExceptionHandlerPathFeature
public class ExceptionHandlerFeature : Microsoft.AspNetCore.Diagnostics.IExceptionHandlerFeature
public class ExceptionHandlerFeature : Microsoft.AspNetCore.Diagnostics.IExceptionHandlerPathFeature
type ExceptionHandlerFeature = class
    interface IExceptionHandlerFeature
type ExceptionHandlerFeature = class
    interface IExceptionHandlerPathFeature
    interface IExceptionHandlerFeature
type ExceptionHandlerFeature = class
    interface IExceptionHandlerFeature
    interface IExceptionHandlerPathFeature
Public Class ExceptionHandlerFeature
Implements IExceptionHandlerFeature
Public Class ExceptionHandlerFeature
Implements IExceptionHandlerPathFeature
继承
ExceptionHandlerFeature
实现

构造函数

ExceptionHandlerFeature()

包含由异常处理程序检查的原始请求的路径和错误的功能。

属性

Endpoint

获取为原始请求选择 Endpoint 的 。

Error

在原始请求期间遇到的错误

Path

标识所请求资源的请求路径部分。 该值未转义。

RouteValues

获取与 RouteValueDictionary 原始请求关联的 。

适用于