There was an error while loading. Please reload this page.
static void Main() { try { throw new Exception(); } catch { Console.WriteLine("Exception caught"); } }