C++ get description of an exception caught in catch(…) block

can I get description of an exception caught by

catch(...)

block? something like .what() of std::exception.

24
задан MBZ 4 September 2010 в 09:53
поделиться