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

(Global Index)

Syntax

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

Description

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

For example, each TransferInfo supplied as argument of the command 'transfer' contains a name clash directive.

See also

Content

Field Summary

NameClash contains the NameClash that is not supported.

Field Details



NameClash

Syntax

long NameClash;

Description

contains the NameClash that is not supported.

Top of Page