try/finally

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

We'll cover the following...

Try/Finally Example

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