Thursday, 31 March 2016

List out some of the exceptions in C#?

Below are some of the exceptions in C# -
  • NullReferenceException
  • ArgumentNullException
  • DivideByZeroException
  • IndexOutOfRangeException
  • InvalidOperationException
  • StackOverflowException etc.

No comments:

Post a Comment