|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a thrown exception instance, including its identity, message, and dynamic data. More...
#include <except.h>
Public Attributes | |
| except_id_t volatile | except_id |
| const char *volatile | except_message |
| void *volatile | except_dyndata |
Represents a thrown exception instance, including its identity, message, and dynamic data.
| void* volatile except_t::except_dyndata |
Pointer to heap-allocated exception payload; may be NULL
| except_id_t volatile except_t::except_id |
Identity of the thrown exception (group and code)
| const char* volatile except_t::except_message |
Human-readable description of the exception; may be NULL