List down the most commonly used types of exceptions in .NET
Commonly used types of exceptions in .NET are:
ArgumentException
ArithmeticException
DivideByZeroException
OverflowException
InvalidCastException
InvalidOperationException
NullReferenceException
OutOfMemoryException
StackOverflowException
