_AppDomain.UnhandledException イベント

定義

COM オブジェクトに、UnhandledException イベントへのバージョンに依存しないアクセスが用意されています。

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 参照してください。

適用対象