
19 Jul
2006
19 Jul
'06
7:01 p.m.
Andreas, On 7/19/06, Andreas Huber <ahd6974-spamgroupstrap@yahoo.com> wrote:
How does catcher find out what exception was thrown? It seems it must use the same idiom that ::HandleException() uses, i.e. throw; inside a try block.
Catcher does use the "throw inside a try block" idiom (is there a better name for that?). Once you do that, most debuggers won't be able to show the
original stack trace.
Visual Studio .NET 2003 (and, I imagine, .NET 2005) do show you the original stack trace. Jeremy