|
CFx SDK Documentation
2022 SP0
|
#include <DbObject.h>
Public Member Functions | |
| OdError_XdataSizeExceeded (const OdDbObjectId &objectId) | |
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 () | |
This class implements OdError objects with Result codes of eXdataSizeExceeded, and the Object IDs of the objects related to the errors.
Corresponding C++ library: TD_Db <group Error_Classes>
Definition at line 104 of file DbObject.h.
| OdError_XdataSizeExceeded::OdError_XdataSizeExceeded | ( | const OdDbObjectId & | objectId | ) |
| objectId | [in] Object ID of the object with the error. |