Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何以编程方式访问调用堆栈?
尝试System.Diagnostics.StackTrace。
您可以使用StackTrace和中的StrackFrame类System.Diagnostics。
StackTrace
StrackFrame
System.Diagnostics
正确的方法是使用StackTraceandStackFrame类。仅仅为了获取堆栈跟踪而抛出异常完全是滥用异常。
StackFrame