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

exception MissingPropertiesException
Base Hierarchy
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
::com::sun::star::ucb::Content

Elements' Summary
Properties contains the names of the missing properties.  
Elements' Details
Properties
sequence< string > Properties;
Description
contains the names of the missing properties.
Top of Page