Examveda

What is Re-throwing an exception means in C++?

A. An exception that is thrown again as it is not handled by that catching block

B. An exception that is caught twice

C. An exception that is not handled in one caught hence thrown again

D. All of the mentioned

Answer: Option D


Join The Discussion

Related Questions on Exception Handling in C plus plus

What is exception handling in C++?

A. A method to handle errors during runtime

B. A method to handle errors during compile time

C. A method to handle errors during linking

D. A method to handle errors during execution