This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site.
- Part 7.0: Debugging and Exceptions
- Part 7.1: Debugging
- Part 7.2: Exceptions I
- Part 7.3: Exceptions II
Objective:
We cover basic exceptions and their use
Topics:
- Introduction
- What are exceptions?
- Result of not catching exceptions
- Try / Catch / Finally block
- Code interruption