Overview | Specifies the UserException contained in a CORBA::UnknownUserException. |
Original class | CORBA::UnknownUserException |
Intended Usage
This method is intended to be used by applications that catch a CORBA::UnknownUserException when attempting to invoke a method dynamically using the DII. The exception() method can be used to access the specific UserException that was thrown by the remote request.
Syntax
CORBA::Any &exception();
Input parameters
None.
Return values