Multiple Choice
The general syntax to rethrow an exception caught by a catch block is: ____ (in this case, the same exception is rethrown) .
A) rethrow;
B) throw;
C) rethrow exception;
D) throw exception;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: The logic_error and runtime_error classes are defined
Q30: The function _ can check whether an
Q31: A catch block can have, at most,
Q32: The class _ is the base of
Q33: When an exception is thrown in a
Q35: If no exception is thrown in a
Q36: Which of the following classes is derived
Q37: To use the assert function in your
Q38: Which of the following options should you
Q39: Which of the following blocks is designed