Home » Tutorials » Software Development » C# .NET » Introduction to Exception Handling in C#..

Introduction to Exception Handling in C#

Added April 23, 2008, read 21 times

This lesson teaches how to handle exceptions in you C# programs. Our objectives are as follows:

  • Learn what an exception is
  • Implement a routine with a try/catch block
  • Release resources in a finally block
View tutorial