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

exception InteractiveNetworkWriteException
Base Hierarchy
InteractiveNetworkWriteExceptionInteractiveNetworkException
    ┗ ::com::sun::star::task::ClassifiedInteractionRequest
       ┗ ::com::sun::star::uno::Exception
Description
A network error specifing a write failure.

Elements' Summary
Diagnostic Any diagnostic message about the failure (which will typically be an english phrase or sentence).  
Elements' Details
Diagnostic
string Diagnostic;
Description
Any diagnostic message about the failure (which will typically be an english phrase or sentence).
Top of Page