In case of an exception the .net runtime expose the StackTrace property of
the exception to get a string representation of the call stack. Is there any
programatic way that I can walk the call stack?
I need this to check the origin of an unhandled exception...
Thanx,
Albert
Martin Kulov - 19 Jan 2005 22:49 GMT
Hi Albert,
use StackFrame and StackTrace classes to get information about the stack.
Best regards,

Signature
Martin Kulov
http://www.codeattest.com
MCAD Charter Member
MCSD.NET Early Achiever
MCSD