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

deprecated exception InteractiveFileIOException
Base Hierarchy
InteractiveFileIOExceptionInteractiveIOException
    ┗ ::com::sun::star::task::ClassifiedInteractionRequest
       ┗ ::com::sun::star::uno::Exception
Usage Restrictions
deprecated
Description
An input/output error while processing a file.

This exception is deprecated. Use 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