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

(Global Index)

Syntax

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

Description

A network error specifing a write 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