Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
except_t Struct Reference

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
 

Detailed Description

Represents a thrown exception instance, including its identity, message, and dynamic data.

Member Data Documentation

◆ except_dyndata

void* volatile except_t::except_dyndata

Pointer to heap-allocated exception payload; may be NULL

◆ except_id

except_id_t volatile except_t::except_id

Identity of the thrown exception (group and code)

◆ except_message

const char* volatile except_t::except_message

Human-readable description of the exception; may be NULL


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