using System;
public class Program
{
public static void Main()
try
Foo();
}
catch (Exception ex)
throw new MyException("Error :(");
throw ex;
throw;