| TAO
    2.2.4
    | 
Description of a single exception. More...
#include <Exception_Data.h>

| Public Attributes | |
| const char * | id | 
| Repository id of the exception.  More... | |
| TAO_Exception_Alloc | alloc | 
| The allocator for this exception.  More... | |
| CORBA::TypeCode_ptr | tc_ptr | 
| The typecode pointer for this exception.  More... | |
Description of a single exception.
The interpreter needs a way to allocate memory to hold the exception that was raised by the stub. This data structure provides the typecode for the exception as well as a static function pointer that does the job of memory allocation.
| TAO_Exception_Alloc TAO::Exception_Data::alloc | 
The allocator for this exception.
| const char* TAO::Exception_Data::id | 
Repository id of the exception.
| CORBA::TypeCode_ptr TAO::Exception_Data::tc_ptr | 
The typecode pointer for this exception.
 1.8.6
 1.8.6