CFx SDK Documentation
2022 SP0
|
#include <ResBuf.h>
Public Member Functions | |
OdError_InvalidResBuf () | |
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>
This class implements the error object which indicates the result of an operation with the ResBuf object when it modifies the tagged data. An instance stores the eInvalidResBuf code.
OdResBuf class