CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
ExceptionInfo Struct Reference

#include <ptry.h>

Data Fields

int code
 Application-specific exception code.
 
const char * msg
 Exception message - MUST be a static string literal.
 

Detailed Description

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.

Definition at line 88 of file ptry.h.


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