Multiple Choice
There are over 70 classes derived from the SystemException class. Which one of the following is NOT a derived class of the SystemException class?
A) System.ArithmeticException
B) System.IO.IOException
C) System.IndexOutOfRangeException
D) System.ApplicationException
Correct Answer:

Verified
Correct Answer:
Verified
Q38: When you write custom exceptions, instead of
Q39: Exceptions are unexpected conditions that happen frequently.
Q40: The Visual Studio Debugger provides commands for
Q41: Writing the catch clause without an argument
Q42: If you write a try...catch clause, you
Q44: Exception class has several properties. The _ property
Q45: Markers placed in an application to indicate
Q46: A(n) _ exception is thrown for the following
Q47: The three commands for stepping through code
Q48: If several catch clauses are included and