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

exception VersionException
Base Hierarchy
VersionException
 ┗ ::com::sun::star::uno::Exception

Elements' Summary
NewVersion the version of the extension which is being installed.  
NewDisplayName the display name of the extension which is being installed.  
Deployed represents the already installed version of the deployment unit.  
Elements' Details
NewVersion
string NewVersion;
Description
the version of the extension which is being installed.
NewDisplayName
string NewDisplayName;
Description
the display name of the extension which is being installed.
Deployed
XPackage Deployed;
Description
represents the already installed version of the deployment unit.

Must not be NULL.

Top of Page