CFx SDK Documentation  2023 SP0
Public Member Functions | List of all members
OdOleStorageError Class Reference

#include <OleStorage.h>

Inheritance diagram for OdOleStorageError:
OdError

Public Member Functions

 OdOleStorageError (OdErrorContext *pErrorContext)
 
- Public Member Functions inherited from OdError
void setContext (OdErrorContext *pErrorContext)
 
const OdErrorContextcontext () const
 
OdErrorContextcontext ()
 
 OdError (OdResult code)
 
 OdError (const OdError &source)
 
 OdError (OdErrorContext *pErrorContext)
 
 OdError (const OdString &errorMessage)
 
 OdError (const OdString &errorMessage, const OdError &previousError)
 
 ~OdError ()
 
OdErroroperator= (const OdError &source)
 
OdResult code () const
 
OdString description () const
 
void attachPreviousError (const OdError &previousError)
 
 FX_DECLARE_CLANG_RTTI_EXCEPTION_WORKAROUND ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ OdOleStorageError()

OdOleStorageError::OdOleStorageError ( OdErrorContext pErrorContext)
inline
Parameters
pErrorContext[in] Pointer to the ErrorContext.

Definition at line 96 of file OleStorage.h.


The documentation for this class was generated from the following file: