public static void Main()
Console.WriteLine("{0}", ex);
public static void TestA()
throw new Exception("Outer exception", ex);
public static void TestB()
throw new Exception("Middle exception", ex);
public static void TestC()
throw new Exception("Inner exception");