Using system;using system.collections.generic;using system.linq;using system.text;using System.Threading.Tasks; Namespace consoleapplication1{ class program { static void Main (string[] args) { A (); } private static void A () { B (); } private static void B () { C (); } private static void C () { throw new Exception ("C exception"); } }
At CONSOLEAPPLICATION1.PROGRAM.C () location d:\Users\zqzheng\Documents\Visual Studio 2012\projects\consoleapplication1\ Consoleapplication1\program.cs: Line number 26 in Consoleapplication1.program.b () position d:\Users\zqzheng\Documents\Visual Studio 2012\projects\consoleapplication1\consoleapplication1\program.cs: Line number 22 in CONSOLEAPPLICATION1.PROGRAM.A () position d:\ Users\zqzheng\documents\visual Studio 2012\projects\consoleapplication1\consoleapplication1\program.cs: line number 18 in ConsoleApplication1.Program.Main (string[] args) location d:\Users\zqzheng\Documents\Visual Studio 2012\projects\ Consoleapplication1\consoleapplication1\program.cs: Line number 13 in system.appdomain._nexecuteassembly (RuntimeAssembly Assembly, string[] args) in System.AppDomain.ExecuteAssembly (String assemblyfile, Evidence assemblysecurity, string[] args) in Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly () in System.Threading.ThreadHelper.ThreadStart_Context (Object State) in System.Threading.ExecutionContext.RunInternal ( ExecutionContext exeCutioncontext, ContextCallback Callback, Object State, Boolean Preservesyncctx) in System.Threading.ExecutionContext.Run (ExecutionContext ExecutionContext, ContextCallback callback, Object State, Boolean preservesyncctx) in System.Threading.ExecutionContext.Run (ExecutionContext ExecutionContext, ContextCallback Callback, Object State) in System.Threading.ThreadHelper.ThreadStart ()
Exception Stack View description