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

(Global Index)

Syntax

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

Description

A network error specifing a read failure.

Field Summary

Diagnostic Any diagnostic message about the failure (which will typically be an english phrase or sentence).

Field Details



Diagnostic

Syntax

string Diagnostic;

Description

Any diagnostic message about the failure (which will typically be an english phrase or sentence).

Top of Page