是否存在用于将ExceptionRecord中的ExceptionCode:s转换为可读消息(如FormatMessage)以获取常规错误的API。
答案 0 :(得分:0)
没有内置功能。</ p>
很多人都是手动完成的:
fostlib::exceptions::structured::structured
:
http://svn.felspar.com/public/fost-base/tags/4.12.12.44490/fost-base/Cpp/fost-core/exception-win.cpp
MyUnHandledExceptionFilter
:
http://openholdembot.googlecode.com/svn/trunk/ManualMode/debug.cpp
GetExceptionString
:
http://subversion.assembla.com/svn/ub-source113/Standard%20Gaming%20Platform/ExceptionHandling.cpp