CFx SDK Documentation 2024 SP0
|
#include <AECError.h>
Public Member Functions | |
AECError (AECErrorContext *pErrorContext) | |
AECError (unsigned int nAecErrorCode) | |
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) |
This is a base class for AEC-specific errors.
<group TA_Other_Classes>
Definition at line 37 of file AECError.h.
|
inlineexplicit |
Definition at line 68 of file AECError.h.
AECError::AECError | ( | unsigned int | nAecErrorCode | ) |