言語

_AppDomain.UnhandledException イベント

定義

UnhandledException イベントへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

public:
 event UnhandledExceptionEventHandler ^ UnhandledException;
event UnhandledExceptionEventHandler UnhandledException;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
event UnhandledExceptionEventHandler UnhandledException;
member this.UnhandledException : UnhandledExceptionEventHandler 
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.UnhandledException : UnhandledExceptionEventHandler 
Event UnhandledException As UnhandledExceptionEventHandler 

イベントの種類

属性

注釈

AppDomain.UnhandledException イベントを参照してください。

適用対象