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

exception InteractiveIOException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::task::ClassifiedInteractionRequest
    |
    +-InteractiveIOException
Description
An input/output error.

Elements' Summary
Code The type of input/output error.  
Elements' Details
Code
::com::sun::star::ucb::IOErrorCode Code;
Description
The type of input/output error.
Top of Page