What is a Stack Trace? [duplicate]
This question already has answers here : Closed 7 years ago . Possible Duplicate: CallStack determines where you are going next? Started from the comment in this question, I thought I knew what a Stack Trace was but I guess I didn't. I've Googled it but could find a clear answer. @asawyer says The stacktrace doesn't identify where you've been, it tells you where you are going next. Here is a little program using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Method1(); } private