Overview | Deletes the user-defined exception associated with an input index. |
Original class | CORBA::ExceptionList |
Exceptions | CORBA::SystemException |
Intended Usage
The remove method is used by a client program when deleting an element of the ExceptionList associated with a DII request. The remove method deletes the user-defined exception associated with an input index. The remaining exceptions are re-indexed.
Syntax
CORBA::Status remove(CORBA::ULong index);
Input parameters
Return values