.Net ActiveX控件中的UnhandledException

时间:2013-01-11 05:20:55

标签: c# exception activex

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

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

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

不起作用。

0 个答案:

没有答案