I'm not sure exactly what events Kerem was referring to but I usually put
one or two general event handlers like that into my code as catch-alls.
One I use is AppDomain.CurrentDomain.UnhandledException(). The other if I'm
doing a lot of thread manipulation is to add a
System.Threading.ThreadExceptionEventHandler() to my code.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Vidya" wrote in message
...
No, what is this? Where can I get it? I googled, but couldnt find
anything.
I have normal exception handling that .NET provides.
thanks
" wrote:
Do you have Threading Exception Handler or Application Exception
Handler installed?