Copied from MSDN.
ArgumentException the non-null argument passed to the method is not valid.
ArgumentNullException the argument passed to the method is empty.
The ArgumentOutOfRangeException parameter is outside the range of valid values
The part of the DirectoryNotFoundException directory path is not valid.
DivideByZeroException in an integer or denominator decimal division operation is zero.
Drivenotfoundexception A driver is not available or does not exist.
The FileNotFoundException file does not exist.
The FormatException value is not converted from a string by a conversion method such as parsing in the appropriate format.
The IndexOutOfRangeException index is outside the range of an array or collection.
The InvalidOperationException method call is not valid in the current state of the object.
KeyNotFoundException specifies that the key cannot be found for an access part in a collection.
NotImplementedException a method or operation is not implemented.
NotSupportedException unsupported methods or operations.
The action of the ObjectDisposedException object has been laid out on the object.
OverflowException arithmetic, casting, or conversion operations cause overflow.
The pathtoolongexception path or file name exceeds the system-defined length.
PlatformNotSupportedException does not support operations on the current platform.
Rankexception is passed to the method with an array of dimension errors.
TimeoutException the time interval assigned to an operation has expired.
UriFormatException an invalid Uniform Resource Identifier (URI) is used.
C # Common Exception class records