What is Re-throwing an exception means in C++?
Posted: Wed Jul 13, 2022 7:52 pm
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
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