using System.Threading.Tasks;
using System.Collections.Generic;
public static void Main()
Task task = Task.Factory.StartNew(() => {
throw new Exception("Meaningfull Error");
Console.WriteLine(e.StackTrace);
Console.WriteLine("-------------------------------------------------------");
Console.WriteLine(e.ToString());