0

我需要处理 Internet Explorer 上托管的 .Net ActiveX 中任何来源的异常事件,以防止浏览器崩溃或发生任何异常,因为

AppDomain.CurrentDomain.UnhandledException += new 
       UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);

Application.ThreadException += new 
       System.Threading.ThreadExceptionEventHandler(Application_ThreadException);

在 Application.cs 中不起作用。

4

0 回答 0