:: com :: sun :: star :: deployment ::

unpublished exception LinkException
Base Hierarchy
LinkException
 ┗ ::com::sun::star::uno::Exception
Description
describes the fact that deployment unit is about to be linked.

This exception is intended to be used with an ::com::sun::star::task::XInteractionHandler .


Elements' Summary
New represents the new deployment unit.  
Elements' Details
New
XPackage New;
Description
represents the new deployment unit.

Must not be NULL .

Top of Page