Sprache: C#
Code snippet for try catch finally
try
{
$selected$
}
catch ($exception$)
{
throw;
}
finally
{
$end$
}
try
{
$selected$
}
catch ($exception$)
{
throw;
}
finally
{
$end$
}
Alte URL:
/snippet/try-catch-finally/310