言語

RaiseThrowableEventArgs クラス

定義

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

public class RaiseThrowableEventArgs : EventArgs
type RaiseThrowableEventArgs = class
    inherit EventArgs
継承
RaiseThrowableEventArgs

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
RaiseThrowableEventArgs(Exception)

指定した例外インスタンスを使用して、 RaiseThrowableEventArgs クラスの新しいインスタンスを構築して初期化します。

プロパティ

名前 説明
Exception

ハンドルされない例外インスタンスを取得します。

Handled

Exceptionが処理されたかどうかを示す値を取得または設定します。

適用対象