Returns false in all other cases, including when entering terminate for any reason other than a explicit call from the program.
Throwing another exception while this function returns true may result in the termination of the exception handling proccess (a call to terminate).
Return value
true if an exception has been thrown and has not yet been caught by its appropriate handler.false otherwise.
See also
| terminate | Function handling termination on exception (function) |
