Hi all,
I seem to have a thread problem, that when it throws an exception, it causes the entire program to abort with a "Do you want to report this error to Microsoft" dialog box. I thought exceptions didn't propagate any higher than the highest stack frame of the current thread. Am I correct in this?
Thanks in advance,
Glenn.
Loading
Dusan TkacPosted Dec 4, 2008, 11:19 AM
Hi.
Since .NET Framework 2.0 was released, it is possible. See http://msdn.microsoft.com/en-us/library/ms228965.aspx
Cheers,
Dusan