ILicenseServiceInstallLicense Method | 
Namespace: Dundas.BI.Licensing
| Exception | Condition | 
|---|---|
| ArgumentException | licenseText is empty or . | 
| ValidationException | The license text could not be parsed. -or- The signature of the license doesn't match its properties.  | 
| NoPrivilegeException | The caller does not have system administration privileges. | 
| InvalidSessionException | The caller context is not associated with a valid session. | 
If a license with the same ID is already installed, it will be replaced with the provided one.
| If no exception is thrown, this method triggers the LicenseChanged event hook. |