[Enterprise Extensions only]

ExceptionList::remove

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.

IDL Syntax

  CORBA::Status remove(CORBA::ULong index);

Input parameters

index
The index of the user-defined exception to be deleted, starting at zero. A system exception is raised if the input index is greater than or equal to the number of elements in the exception list.

Return values

CORBA::Status
A zero return code indicates the user-defined exception was successfully deleted.