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

(Global Index)

[ DEPRECATED ]

Syntax

exception InteractiveFileIOException : com::sun::star::ucb::InteractiveIOException ;

Description

An input/output error while processing a file.

This exception is deprecated. Use InteractiveAugmentedIOException instead.

Field Summary

FileName The file url where the i/o error occured

Field Details



FileName

Syntax

string FileName;

Description

The file url where the i/o error occured

Top of Page