|
CFx SDK Documentation
2023 SP0
|
#include <OleStorage.h>
Public Member Functions | |
| OdOleStorageError (OdErrorContext *pErrorContext) | |
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 access to their associated ErrorContext objects.
Corresponding C++ library: TD_Db <group Error_Classes>
Definition at line 91 of file OleStorage.h.
|
inline |
| pErrorContext | [in] Pointer to the ErrorContext. |
Definition at line 96 of file OleStorage.h.