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 関連付けられている を取得します。

適用対象