UnhandledExceptionEventArgs クラス
アセンブリ: Microsoft.VisualBasic (microsoft.visualbasic.dll 内)

<ComVisibleAttribute(False)> _ Public Class UnhandledExceptionEventArgs Inherits ThreadExceptionEventArgs
[ComVisibleAttribute(false)] public ref class UnhandledExceptionEventArgs : public ThreadExceptionEventArgs

Visual Basic アプリケーション モデルを実装するアプリケーションで処理されない例外が発生した場合、My.Application.UnhandledException イベントが生成されます。詳細については、「Visual Basic アプリケーション モデルの概要」を参照してください。
UnhandledExceptionEventArgs は、発生した Exception を格納するほか、例外ハンドラの終了時にアプリケーションを終了するかどうかを示します。

System.EventArgs
System.Threading.ThreadExceptionEventArgs
Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


UnhandledExceptionEventArgs クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class UnhandledExceptionEventArgs Inherits EventArgs
[SerializableAttribute] [ComVisibleAttribute(true)] public class UnhandledExceptionEventArgs : EventArgs
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class UnhandledExceptionEventArgs : public EventArgs

UnhandledExceptionEventArgs は、例外オブジェクトと共通言語ランタイムが終了中かどうかを示すフラグへのアクセスを提供します。UnhandledExceptionEventArgs は、UnhandledExceptionEventHandler に渡されるパラメータの 1 つです。

System.EventArgs
System.UnhandledExceptionEventArgs


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からUnhandledExceptionEventArgs クラスを検索する場合は、下記のリンクをクリックしてください。

- UnhandledExceptionEventArgs クラスのページへのリンク