Login
Remember
Register
Ask a Question
List out some of the exceptions in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
List out some of the exceptions in C#?
exceptions-in-c#
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Below are some of the exceptions in C# -
NullReferenceException
ArgumentNullException
DivideByZeroException
IndexOutOfRangeException
InvalidOperationException
StackOverflowException etc.
...