ExceptionReceivedEventArgs クラス

定義

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

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

コンストラクター

ExceptionReceivedEventArgs(Exception, String)

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

プロパティ

Action

イベントに関連付けられているアクションを取得します。

Exception

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

適用対象