exception InteractiveNetworkConnectException in module com::sun::star::ucb::

(Global Index)

Syntax

exception InteractiveNetworkConnectException : com::sun::star::ucb::InteractiveNetworkException ;

Description

A network error specifing a connection failure.

Field Summary

Server The name of the server to which connecting failed.

Field Details



Server

Syntax

string Server;

Description

The name of the server to which connecting failed.

Top of Page