using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
public class Program
{
public static void Main()
try
Foo();
}
catch (Exception ex)
throw ex;
static void Foo()
throw new Exception();