2
Reply

List down the commonly used types of exceptions in .net

    NullReferenceException
    IndexOutOfRangeException
    InvalidOperationException
    DivideByZeroException
    FileNotFoundException
    OutOfMemoryException

    1. NullReferenceException
    2. IndexOutOfRangeException
    3. IOException
    4. WebException
    5. SqlException
    6. StackOverflowException
    7. OutOfMemoryException
    8. InvalidCastException
    9. InvalidOperationException
    10. ObjectDisposedException