_AppDomain.UnhandledException Event

Definition

Provides COM objects with version-independent access to the UnhandledException event.

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 

Event Type

Attributes

Remarks

See the AppDomain.UnhandledException event.

Applies to