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

(Global Index)

Syntax

exception UnsupportedOpenModeException : com::sun::star::uno::Exception ;

Description

This exception is used to indicate that the requested OpenMode is not supported.

For example, each OpenCommandArgument supplied as argument of the command 'open' contains such an open mode.

See also

Content

Field Summary

Mode contains the OpenMode that is not supported.

Field Details



Mode

Syntax

short Mode;

Description

contains the OpenMode that is not supported.

Top of Page