My Project
SallyAPI::Exception::CExceptionStackWalker Class Reference

Exception stack walker. More...

#include <ExceptionStackWalker.h>

Inheritance diagram for SallyAPI::Exception::CExceptionStackWalker:
StackWalker

List of all members.

Public Member Functions

 CExceptionStackWalker ()
 Default constructor.
 CExceptionStackWalker (DWORD dwProcessId, HANDLE hProcess)
 Constructor.
virtual void OnOutput (LPCSTR szText)
 Executes the output action.
std::string GetStack ()
 Gets the stack.

Detailed Description

Exception stack walker.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

Default constructor.

Author:
Christian Knobloch
Date:
19.04.2010
CExceptionStackWalker::CExceptionStackWalker ( DWORD  dwProcessId,
HANDLE  hProcess 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
dwProcessIdIdentifier for the dw process.
hProcessHandle of the process.

Member Function Documentation

Gets the stack.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The stack.
void CExceptionStackWalker::OnOutput ( LPCSTR  szText) [virtual]

Executes the output action.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
szTextThe size text.

Reimplemented from StackWalker.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines