describes version clashes of a deployment unit. More...
import "VersionException.idl";
 
  
| Public Attributes | |
| string | NewVersion | 
| the version of the extension which is being installed. | |
| string | NewDisplayName | 
| the display name of the extension which is being installed. | |
| XPackage | Deployed | 
| represents the already installed version of the deployment unit. | |
|  Public Attributes inherited from Exception | |
| string | Message | 
| gives a detailed description of the reason, why the exception was thrown. | |
| com::sun::star::uno::XInterface | Context | 
| should contain a reference to the original, which raised the exception. | |
describes version clashes of a deployment unit.
This exception is intended to be used with an com::sun::star::task::XInteractionHandler.
| XPackage Deployed | 
represents the already installed version of the deployment unit.
Must not be NULL.
| string NewDisplayName | 
the display name of the extension which is being installed.
| string NewVersion | 
the version of the extension which is being installed.