次の方法で共有


UnhandledExceptionEventArgs.ExceptionObject プロパティ

未処理の例外オブジェクトを取得します。

Public ReadOnly Property ExceptionObject As Object
[C#]
public object ExceptionObject {get;}
[C++]
public: __property Object* get_ExceptionObject();
[JScript]
public function get ExceptionObject() : Object;

プロパティ値

未処理の例外オブジェクト

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, Common Language Infrastructure (CLI) Standard

参照

UnhandledExceptionEventArgs クラス | UnhandledExceptionEventArgs メンバ | System 名前空間