Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programatic access to call stack in .net

How can I get programmatic access to the call stack?

like image 209
Eric Haskins Avatar asked Aug 17 '08 00:08

Eric Haskins


1 Answers

Try System.Diagnostics.StackTrace.

like image 87
Matt Hamilton Avatar answered Nov 09 '22 04:11

Matt Hamilton