Exception Handling
- slide 19 : 30
The hierarchy of exceptions in C#
An excerpt of the exception class hierarchy of C#
Classification of errors
Best practices for handling exceptions (MSDN)
Exception
ApplicationException
Your own exception types
SystemException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
DivideByZeroException
IndexOutOfRangeException
NullReferenceException
RankException
StackOverflowException
IOException
EndOfStreamException
FileNotFoundException
FileLoadException
Exceptions in class Stack
More exceptions in class Stack