Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::Request::exceptions

Synopsis

Retrieves the exception lists for the request.

C++ Binding

CORBA::ExceptionList_ptr CORBA::Request::exceptions ();

Arguments

None.

Description

This member function retrieves the exception lists for the request.

Return Values

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.

If the function does not succeed, an exception is thrown.

 

Skip navigation bar  Back to Top Previous Next