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

exception InteractiveNetworkConnectException
Base Hierarchy
InteractiveNetworkConnectExceptionInteractiveNetworkException
    ┗ ::com::sun::star::task::ClassifiedInteractionRequest
       ┗ ::com::sun::star::uno::Exception
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