Using the UnhandlerExceptionEventHandler in a control hosted by IE
- From: "JosepM" <jmfreixesNO@xxxxxxxxxxxxx>
- Date: Wed, 27 Apr 2005 13:54:07 +0200
Hello all,
I want to handle the 'UnhandledException' in my application, but ir seems
not to work. My application is a control hosted by IE. In the control's
constructor, I have the following code
....
AddHandler System.Threading.Thread.GetDomain.UnhandledException, AddressOf
MyUnhandledExceptionEventHandler
....
I'm forcing a 'Division by zero' exception to test it, buy my method is
neved called. Anybody knows what am I doing wrong?
Thanks in advance,
.
- Follow-Ups:
- Re: Using the UnhandlerExceptionEventHandler in a control hosted by IE
- From: Herfried K. Wagner [MVP]
- Re: Using the UnhandlerExceptionEventHandler in a control hosted by IE
- Prev by Date: Re: Detailed Information about members of an assembly
- Next by Date: Combo Box on Toolbar
- Previous by thread: .NET control exposed as ActiveX
- Next by thread: Re: Using the UnhandlerExceptionEventHandler in a control hosted by IE
- Index(es):
Relevant Pages
|