最佳答案
我有一个常规的c#代码。I have no exceptions。我希望以编程方式记录当前堆栈跟踪,以便进行调试。例子:
public void executeMethod()
{
logStackTrace();
method();
}