|
CX Framework
Cross-platform C utility framework
|
#include <ptry.h>
Data Fields | |
| int | code |
| Application-specific exception code. | |
| const char * | msg |
| Exception message - MUST be a static string literal. | |
Exception information structure.
Contains details about an exception that is being thrown or is currently active. This is stored in thread-local storage during exception processing.