:: com :: sun :: star :: ucb ::

exception InteractiveNetworkConnectException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::task::ClassifiedInteractionRequest
    |
    +-InteractiveNetworkException
       |
       +-InteractiveNetworkConnectException
Description
A network error specifing a connection failure.

Elements' Summary
Server The name of the server to which connecting failed.
Elements' Details
Server
string Server;
Description
The name of the server to which connecting failed.
Top of Page