try/catch/finally

This lesson briefs over the usage of try/catch/finally block in C#.

We'll cover the following...

Introduction

Catching the problem is a good idea, but it can sometimes leave your program in ...