#include <Exception.h>
Public Member Functions | |
ExceptionReporterNode (const char *sourceFileName, unsigned int sourceLine, const INodePrivate *pNodePrivate, const char *pExceptionType) | |
E | Report (const char *pFormat,...) |
Private Attributes | |
GENICAM_NAMESPACE::gcstring | m_ExceptionType |
The full error message. | |
const INodePrivate * | m_pNodePrivate |
Definition at line 113 of file Exception.h.
GENAPI_NAMESPACE::ExceptionReporterNode< E >::ExceptionReporterNode | ( | const char * | sourceFileName, |
unsigned int | sourceLine, | ||
const INodePrivate * | pNodePrivate, | ||
const char * | pExceptionType | ||
) | [inline] |
Definition at line 116 of file Exception.h.
E GENAPI_NAMESPACE::ExceptionReporterNode< E >::Report | ( | const char * | pFormat, |
... | |||
) | [inline] |
Reimplemented from GENICAM_NAMESPACE::ExceptionReporter< E >.
Definition at line 122 of file Exception.h.
GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::ExceptionReporterNode< E >::m_ExceptionType [private] |
The full error message.
Reimplemented from GENICAM_NAMESPACE::ExceptionReporter< E >.
Definition at line 149 of file Exception.h.
const INodePrivate* GENAPI_NAMESPACE::ExceptionReporterNode< E >::m_pNodePrivate [private] |
Definition at line 146 of file Exception.h.