In Main I register ThreadException to handle unhandled exceptions
Application.Thr eadException += new
ThreadException EventHandler(Ap p_ThreadExcepti on);
The method will show a MessageBox or a Form instead of .NET 2 default
dialog. However I don't get the code work. What am I missing?
One silly question. Can I post .NET 2 questions here or should I post to
msdn2?
Thanks in advance,
Shehab.
Application.Thr eadException += new
ThreadException EventHandler(Ap p_ThreadExcepti on);
The method will show a MessageBox or a Form instead of .NET 2 default
dialog. However I don't get the code work. What am I missing?
One silly question. Can I post .NET 2 questions here or should I post to
msdn2?
Thanks in advance,
Shehab.
Comment