Share via


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取得與原始要求相關聯的 。

適用於