using System.Threading.Tasks;
public static async Task Main()
Console.WriteLine(ex.StackTrace);
Console.WriteLine("=================VS=================");
Console.WriteLine(ex.StackTrace);
public static async Task Test1()
public static Task Test2()
public static async Task Throw()
throw new Exception("Test");