top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

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

+1 vote
248 views
List down the commonly used types of exceptions in .Net?
posted Dec 3, 2014 by Balu

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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

answer Dec 3, 2014 by Manikandan J
...