CORBA Programming Reference
|
|
Retrieves the exception lists for the request.
CORBA::ExceptionList_ptr CORBA::Request::exceptions ();
This member function retrieves the exception lists for the request.
If the function succeeds, the value returned is a pointer to the exception list for the request. The returned exception list is owned by the Request object and should not be released.
|
|
|