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

(Global Index)

Syntax

exception InteractiveWrongMediumException : com::sun::star::task::ClassifiedInteractionRequest ;

Description

is thrown when the wrong medium is inserted into a removable drive during an operation.

Field Summary

Medium identifies the medium thats needed to continue with the pending operation.

Field Details



Medium

Syntax

any Medium;

Description

identifies the medium thats needed to continue with the pending operation.

Top of Page