Is there a way to see the explanatory string from an unhandled exception? I\'m using Visual Studio 2012 Express and can\'t seem to find a way to see it.
You'll get a window when the exception is thrown with the option to break/continue/ignore. Copy and paste the hex address this dialog reports, then click the break button. Now in a watch window, enter something like: (std::runtime_error*)(0x002cfbc8) into a cell in the first column.