0 votes
in C Sharp by
List out some of the exceptions in C#?

1 Answer

0 votes
by
Below are some of the exceptions in C# -

NullReferenceException

ArgumentNullException

DivideByZeroException

IndexOutOfRangeException

InvalidOperationException

StackOverflowException etc.

Related questions

0 votes
asked Oct 18, 2019 in C Sharp by Robin
0 votes
asked Nov 18, 2022 in Testing by Robindeniel
...