Skip navigation.

CORBA Programming Reference

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

 


CORBA::ORB::create_exception_list

Synopsis

Returns a list of exceptions.

C++ Binding

void CORBA::ORB::create_exception_list(
CORBA::ExceptionList_out List);

Argument

List

Receives a reference to the newly created exception list.

Description

This member function creates and returns a list of exceptions in a form that may be used in the Dynamic Invocation Interface (DII). When no longer needed, this list must be freed using the CORBA::release member function.

Return Values

None.

 

Skip navigation bar  Back to Top Previous Next