Related resources for Common Exception Classes
  • Getting Started With Exception Handling in C#11/26/2013 8:05:34 PM. This article explores exception handling mechanisms in C#, including an explanation of exceptions and why we need to catch exceptions.
  • Exception Handling9/30/2012 4:49:52 AM. Exceptions in C# provide a structured, and type-safe way of handling both system level and application level error conditions. The exception mechanism in C# is very similar to that of C++, with a few important differences.