Multiple Choice
User-defined exceptions should be derived from the:
A) ApplicationException class.
B) ConsoleException class.
C) Exception class.
D) SystemException class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q48: A catch block can use a concise
Q49: In the catch block below,what is e
Q50: The finally block is executed only if
Q51: If an exception is thrown in a
Q52: Which of the following statements is false<br>A)
Q53: User-created exceptions can be created by:<br>A) overriding
Q54: C# throws an IntegerArithmeticException when division by
Q55: What's the difference between a try block
Q56: There can be no code in between
Q58: A catch block that does not specify