# -*- mode: csharp -*-
# name: try
# key: t
# --
try
{
$0
}
catch (${1:Exception} ${2:ex})
${3:System.Console.WriteLine(ex.Message);}