8 explicit Win32StructuredException(
unsigned int code, EXCEPTION_POINTERS *pExp) : std::runtime_error(win32_message(code, pExp)) { }
10 static std::string win32_message(
unsigned int code, EXCEPTION_POINTERS * pExp);
15 extern void seTransFunction(
unsigned int u, EXCEPTION_POINTERS* pExp);
18 extern void registerStructuredExceptionHandler();
An STL exception describing a Win32 Structured Exception.