![]() |
Simutrace
3.2.2
Simulation Tracing Framework
|
Extended exception information. More...
#include <SimuTraceTypes.h>
Data Fields | |
| ExceptionClass | type |
| Class of the exception. | |
| ExceptionSite | site |
| Site, where the exception occurred. | |
| int | code |
| Error code. For platform exceptions this is the system error code. | |
| uint32_t | reserved |
| Reserved. Set to 0. | |
| const char * | message |
| Error message, describing the exception. | |
Contains extended information on exceptions. The information can be retrieved by calling StGetLastError().