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

(Global Index)

Syntax

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

Description

This exception is used to indicate that there are properties missing.

For example, to create a new resource, usually one ore more property values must be set prior to executing the command 'insert', which makes the new resource persistent.

See also

Content

Field Summary

Properties contains the names of the missing properties.

Field Details



Properties

Syntax

sequence< string > Properties;

Description

contains the names of the missing properties.

Top of Page