ExceptionHandlerFeature 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
功能,其中包含例外狀況處理常式檢查原始要求的路徑和錯誤。
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取得與原始要求相關聯的 。 |