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