Go to the source code of this file.
static const wchar_t* GetCppExceptionDescription |
( |
const EXCEPTION_RECORD * |
er, |
|
|
wchar_t * |
description, |
|
|
size_t |
maxChars |
|
) |
| |
|
static |
- Parameters
-
er | An exception record for which IsCppException returned true. |
description | |
maxChars | |
Definition at line 102 of file wseh.cpp.
static const wchar_t* GetExceptionDescription |
( |
const EXCEPTION_POINTERS * |
ep, |
|
|
wchar_t * |
description, |
|
|
size_t |
maxChars |
|
) |
| |
|
static |
- Returns
- a description of the exception type and cause (in English).
Definition at line 204 of file wseh.cpp.
static void GetExceptionLocus |
( |
EXCEPTION_POINTERS * |
ep, |
|
|
wchar_t * |
file, |
|
|
int * |
line, |
|
|
wchar_t * |
func |
|
) |
| |
|
static |
static const wchar_t* GetSehExceptionDescription |
( |
const EXCEPTION_RECORD * |
er, |
|
|
wchar_t * |
description, |
|
|
size_t |
maxChars |
|
) |
| |
|
static |
static bool IsCppException |
( |
const EXCEPTION_RECORD * |
er | ) |
|
|
static |
long __stdcall wseh_ExceptionFilter |
( |
struct _EXCEPTION_POINTERS * |
ep | ) |
|