UnhandledExceptionEventHandler デリゲートとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > UnhandledExceptionEventHandler デリゲートの意味・解説 

UnhandledExceptionEventHandler デリゲート

メモ : このデリゲートは、.NET Framework version 2.0新しく追加されたものです。

My.Application.UnhandledException イベント処理するメソッド表します

名前空間: Microsoft.VisualBasic.ApplicationServices
アセンブリ: Microsoft.VisualBasic (microsoft.visualbasic.dll 内)
構文構文

Public Delegate Sub UnhandledExceptionEventHandler
 ( _
    sender As Object, _
    e As UnhandledExceptionEventArgs _
)
Dim instance As New UnhandledExceptionEventHandler(AddressOf
 HandlerMethod)
public delegate void UnhandledExceptionEventHandler
 (
    Object sender,
    UnhandledExceptionEventArgs e
)
public delegate void UnhandledExceptionEventHandler
 (
    Object^ sender, 
    UnhandledExceptionEventArgs^ e
)
/** @delegate */
public delegate void UnhandledExceptionEventHandler
 (
    Object sender, 
    UnhandledExceptionEventArgs e
)
JScript では、デリゲート使用できますが、新規に宣言することはできません。

パラメータ

sender

イベントソース

e

イベント データ格納している UnhandledExceptionEventArgs オブジェクト

解説解説

Visual Basic では、このデリゲート明示的に処理する要はありません。詳細については、「My.Application.UnhandledException イベント」を参照してください

使用例使用例
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
Microsoft.VisualBasic.ApplicationServices 名前空間

UnhandledExceptionEventHandler デリゲート

アプリケーション ドメイン処理されない例外によって発生したイベント処理するメソッド表します

名前空間: System
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public Delegate Sub UnhandledExceptionEventHandler
 ( _
    sender As Object, _
    e As UnhandledExceptionEventArgs _
)
Dim instance As New UnhandledExceptionEventHandler(AddressOf
 HandlerMethod)
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public delegate void UnhandledExceptionEventHandler
 (
    Object sender,
    UnhandledExceptionEventArgs e
)
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public delegate void UnhandledExceptionEventHandler
 (
    Object^ sender, 
    UnhandledExceptionEventArgs^ e
)
/** @delegate */
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public delegate void UnhandledExceptionEventHandler
 (
    Object sender, 
    UnhandledExceptionEventArgs e
)
JScript では、デリゲート使用できますが、新規に宣言することはできません。

パラメータ

sender

未処理例外イベントソース

e

イベント データ格納している UnhandledExceptionEventArgs

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からUnhandledExceptionEventHandler デリゲートを検索した結果を表示しています。
Weblioに収録されているすべての辞書からUnhandledExceptionEventHandler デリゲートを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からUnhandledExceptionEventHandler デリゲートを検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「UnhandledExceptionEventHandler デリゲート」の関連用語

UnhandledExceptionEventHandler デリゲートのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



UnhandledExceptionEventHandler デリゲートのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS