IExceptionHandlerFeature インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
例外ハンドラーによって検査される元の要求のエラーを含む機能を表します。
public interface class IExceptionHandlerFeature
public interface IExceptionHandlerFeature
type IExceptionHandlerFeature = interface
Public Interface IExceptionHandlerFeature
- 派生
プロパティ
Endpoint |
元の要求に対して選択された Endpoint を取得します。 |
Error |
元の要求中に発生したエラー |
Path |
要求されたリソースを識別する要求パスの部分。 値はエスケープ解除されます。 |
RouteValues |
元の要求に RouteValueDictionary 関連付けられている を取得します。 |