API Documentation
Loading...
Searching...
No Matches
StackTracer Class Reference

Traces the stack to give the call-stack of a thrown exception. More...

#include <StackTracer.h>

Public Member Functions

String callStack () const
 

Static Public Member Functions

static LONG ExceptionFilter (LPEXCEPTION_POINTERS e)
 
static String GetCallStack ()
 
static Buffer< FunctionCallGetExceptionCallStack ()
 
static DWORD GetExceptionCode ()
 
static String GetExceptionMessage ()
 

Detailed Description

Traces the stack to give the call-stack of a thrown exception.


Member Function Documentation

◆ callStack()

String callStack ( ) const

◆ ExceptionFilter()

static LONG ExceptionFilter ( LPEXCEPTION_POINTERS e)
static

◆ GetCallStack()

static String GetCallStack ( )
static

◆ GetExceptionCallStack()

static Buffer< FunctionCall > GetExceptionCallStack ( )
static

◆ GetExceptionCode()

static DWORD GetExceptionCode ( )
static

◆ GetExceptionMessage()

static String GetExceptionMessage ( )
static

The documentation for this class was generated from the following file: