exception InvalidDNDOperationException in module com::sun::star::datatransfer::dnd::

(Global Index)

Syntax

exception InvalidDNDOperationException : com::sun::star::uno::RuntimeException ;

Description

This exception is thrown by various methods in the datatransfer.dnd package.

It is usually thrown to indicate that the target in question is unable to undertake the requested operation at the present time, since the underlying Drag and Drop system is not in the appropriate state.

Top of Page