...

/

try/finally

try/finally

This lesson briefs over using try/finally block in C#.

Try/Finally Example

The try/finally block allows you to do the same as you learnt in the previous ...