To rethrow an exception, the exception handler must:

a. Use the throw; statement.
b. Use the throw command with the same parameters as the original exception.
c. Return a reference to whatever caused the original exception.
d. Not have attempted to process that exception at all.

a. Use the throw; statement.

Computer Science & Information Technology

You might also like to view...

A pictorial description of an algorithm is a

a) system flowchart b) program flowchart c) memory diagram d) simulation

Computer Science & Information Technology

The data type string has a named constant, ____, associated with it.

A. string::size B. string::size_type C. string::pos D. string::npos

Computer Science & Information Technology