CFx SDK Documentation
2022 SP0
|
#include <DrxError.h>
Public Member Functions | |
TxError (const OdString &sAppName, int nCode, const OdString &desc=OdString::kEmpty) | |
OdString | txAppName () const |
int | txAppCode () const |
Public Member Functions inherited from OdError | |
void | setContext (OdErrorContext *pErrorContext) |
const OdErrorContext * | context () const |
OdErrorContext * | context () |
OdError (OdResult code) | |
OdError (const OdError &source) | |
OdError (OdErrorContext *pErrorContext) | |
OdError (const OdString &errorMessage) | |
OdError (const OdString &errorMessage, const OdError &previousError) | |
~OdError () | |
OdError & | operator= (const OdError &source) |
OdResult | code () const |
OdString | description () const |
void | attachPreviousError (const OdError &previousError) |
FX_DECLARE_CLANG_RTTI_EXCEPTION_WORKAROUND () | |
Protected Member Functions | |
TxError (OdErrorContext *pCtx) | |
This class implements TX-specific OdError objects.
<group Other_Classes>
Definition at line 92 of file DrxError.h.
|
inlineprotected |
Definition at line 95 of file DrxError.h.
|
inline |
sAppName | [in] Application name |
nCode | [in] Application-specific error code |
Definition at line 101 of file DrxError.h.
|
inline |
Definition at line 111 of file DrxError.h.
|
inline |
Definition at line 106 of file DrxError.h.