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

(Global Index)

Syntax

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

Description

This exception is thrown to indicate that the creation of a UCB content failed.

Field Summary

eError An error code.

Field Details



eError

Syntax

com::sun::star::ucb::ContentCreationError eError;

Description

An error code.

Top of Page