Q:

List out some of the exceptions in C#?

0

List out some of the exceptions in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Below are some of the exceptions in C#-
1. ArgumentNullException
2. NullReferenceException
3. IndexOutOfRangeException
4. DivideByZeroException
5. StackOverflowException
6. InvalidOperationException etc.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What do you mean by the delegate in C#?... >>
<< What is the difference between string and StringBu...