IExceptionHandlerFeature 接口

定义

表示一个功能,其中包含要由异常处理程序检查的原始请求的错误。

public interface class IExceptionHandlerFeature
public interface IExceptionHandlerFeature
type IExceptionHandlerFeature = interface
Public Interface IExceptionHandlerFeature
派生

属性

Endpoint

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

Error

原始请求期间遇到的错误

Path

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

RouteValues

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

适用于