ExceptionReceivedEventArgs クラス

定義

ExceptionReceivedHandler イベントのデータを提供します。

public sealed class ExceptionReceivedEventArgs : EventArgs
type ExceptionReceivedEventArgs = class
    inherit EventArgs
Public NotInheritable Class ExceptionReceivedEventArgs
Inherits EventArgs
継承
ExceptionReceivedEventArgs

コンストラクター

ExceptionReceivedEventArgs(Exception, String, String, String, String)

ExceptionReceivedEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Exception

このイベント データが属する親クラスの例外を取得します。

ExceptionReceivedContext

例外のコンテキスト (アクション、名前空間名、エンティティ パス) を取得します。

適用対象