try { Console.WriteLine("TRY"); throw new Exception("EXCEPTION"); } catch (Exception) { Console.WriteLine("CATCH"); }