_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请参阅 事件。

适用于