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.
...