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

exception InteractiveFileIOException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::task::ClassifiedInteractionRequest
    |
    +-::com::sun::star::ucb::InteractiveIOException
       |
       +-InteractiveFileIOException
Usage Restrictions
deprecated
Description
An input/output error while processing a file.

This exception is deprecated. Use ::com::sun::star::ucb::InteractiveAugmentedIOException instead.


Elements' Summary
FileName The file url where the i/o error occured  
Elements' Details
FileName
string FileName;
Description
The file url where the i/o error occured
Top of Page