2
Reply

List down the commonly used types of exceptions in .Net?

Hussain Ahmed

Hussain Ahmed

May 17, 2014
3.1k
0

    https://msdn.microsoft.com/en-us/library/system.exception.aspx#inheritanceContinued

    Shivam Shukla
    February 20, 2015
    1

    ArgumentException, ArgumentNullException , ArgumentOutOfRangeException,ArithmeticException,DivideByZeroException , OverflowException , IndexOutOfRangeException , InvalidCastException, InvalidOperationException ,IOEndOfStreamException , NullReferenceException , OutOfMemoryException , StackOverflowException etc

    Hussain Ahmed
    May 17, 2014
    0