Multiple Choice
When more than one catch clause is included, ____.
A) the order of the placement of these clauses is important
B) you must write a finally block
C) you must include System.Exception as one of the catch clauses
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: When an unexpected error occurs in the
Q19: A(n) _ error is associated with a
Q20: The catch clause associated with a try...catch
Q21: When defining your own exception classes, you
Q22: If you are filtering multiple exceptions, the
Q24: Selecting _ when you are in Debug
Q25: When you write your own exceptions, the
Q26: Syntax errors are normally associated with programs
Q27: With a generic catch, any type of
Q28: If a program works properly with some