| CFx SDK Documentation
    2020SP3
    | 
#include <OdErrorWithId.h>
 
  
| Public Member Functions | |
| OdError_WithId (OdResult res, OdDbStub *id, const OdString &className=OdString::kEmpty) | |
| OdDbStub * | getObjectId () 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 () | |
<group Error_Classes>
Definition at line 35 of file OdErrorWithId.h.
| OdError_WithId::OdError_WithId | ( | OdResult | res, | 
| OdDbStub * | id, | ||
| const OdString & | className = OdString::kEmpty | ||
| ) | 
| OdDbStub* OdError_WithId::getObjectId | ( | ) | const | 
Returns the Object ID associated with this Error object.