2
Reply

List down the commonly used types of exceptions in .net

Roshan Rathod

Roshan Rathod

4y
3.7k
0
Reply

    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