Intended Usage
The exception method is used to get and set the Exception held by an Environment. The Exception returned by the get method continues to be owned by the Environment. Once the Environment is destroyed, the Exception previously returned from the get method is invalid. If the Environment does not hold an Exception, the get function returns a null pointer. The set method assumes ownership of the input Exception.
Syntax
void exception(CORBA::Exception *new_exception); CORBA::Exception *exception() const;
Input parameters
Return values