Examveda

What is the purpose of the 'std::exception_ptr' class in C++ exception handling?

A. It represents a pointer to an exception object

B. It represents a pointer to the exception handler

C. It represents a pointer to the exception stack

D. It represents a pointer to the exception catch block

Answer: Option A


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