ArcGIS Procedural Runtime
3.2.10650
|
#include <CGAError.h>
Public Member Functions | |
CGAError (prt::CGAErrorLevel lev, int32_t mId, int32_t pc, const std::wstring &message) | |
Public Attributes | |
std::wstring | mErrorMessage |
The error message. | |
prt::CGAErrorLevel | mLevel |
The error level. | |
int32_t | mMethodId |
The method id. | |
int32_t | mPC |
The SPU program counter. | |
Class to describe a CGA runtime error.