[Enterprise Extensions only]

ExceptionList::count

Overview Retrieves the number of elements in an exception list.
Original class CORBA::ExceptionList


Intended Usage

The count method is used by a client program when querying the ExceptionList associated with a DII request. The count method returns the number of elements in an exception list.

IDL Syntax

  CORBA::ULong count();

Input parameters

None.

Return values

CORBA::ULong
The number of elements in the exception list.