Feedback

Try Catch Finally

Sprache: C#

Code snippet for try catch finally
try 
	    {	        
		    $selected$
	    }
      catch ($exception$)
	    {
		    throw;
	    }
	    finally
	    {
		    $end$
	    }
try 
	    {	        
		    $selected$
	    }
      catch ($exception$)
	    {
		    throw;
	    }
	    finally
	    {
		    $end$
	    }