Resources  
  • InnerException in C# Jan 03, 2010. In this article I will explain you about InnerException in C# .
  • Creating Your Own Exception Classes in C#Dec 29, 2009. In this article, I will explain you about Creating Your Own Exception Classes in C#.
  • Exception Class and Properties in C# Dec 21, 2009. The Exception class is present in the System namespace and in the assembly mscorlib.dll.In this article we'll focus on properties of the Exception class that we can use in the application for exception handling.
  • Exception Handling in VB.NETJun 25, 2007. Exception handling is crucial since the robustness of software depends on how effectively a program deals with exceptions.