79517381

Date: 2025-03-18 12:19:20
Score: 2
Natty:
Report link

This linked question provides an answer using std::exception_ptr, but requires both the legacy library and code using the library to be compiled with C++11 or later.

As noted in comments from @Botje, @jabaa, and @WeijunZhou, you may be able to get information from the legacy library itself, or can guess the exception type using casting.

Since the legacy library offers no clues and your guesses have not been successful, beyond a "general, unnamed exception", you are out of luck.

Reasons:
  • Blacklisted phrase (1): This link
  • No code block (0.5):
  • User mentioned (1): @Botje
  • User mentioned (0): @jabaa
  • User mentioned (0): @WeijunZhou
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: AlainD