我需要处理Internet Explorer上托管的.Net ActiveX中的任何来源的异常事件,以防止浏览器崩溃或发生任何异常,因为
AppDomain.CurrentDomain.UnhandledException += new
UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
和
Application.ThreadException += new
System.Threading.ThreadExceptionEventHandler(Application_ThreadException);
Application.cs中的不起作用。