List down the most commonly used types of exceptions in .NET

bookmark

Commonly used types of exceptions in .NET are:

ArgumentException 

ArithmeticException 

DivideByZeroException

OverflowException

InvalidCastException

InvalidOperationException 

NullReferenceException

OutOfMemoryException 

StackOverflowException