> At any time, I want to be able to programatically get the stack trace of an
> executing thread in my application, can this be done?
Yes.
[Oh, you want to know how? Why didn't you ask? ;-)]
System.Diagnostics.StackFrame

Signature
www.midnightbeach.com
Jeremy Chapman - 20 Apr 2005 17:45 GMT
Thanks.
> > At any time, I want to be able to programatically get the stack trace of an
> > executing thread in my application, can this be done?
[quoted text clipped - 4 lines]
>
> System.Diagnostics.StackFrame