Multiple choice

Which of the following is NOT a valid .NET Exception class?

  1. IndexOutOfRangeException

  2. OverflowException

  3. ArrayMemoryException

  4. ArrayTypeMismatchException

  5. Exception

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

There is no such exception as 'ArrayMemoryException' in C#.