DeltaXML DITA Compare .NET API Documentation
System Object
System Exception
Throwable
Exception
com.deltaxml.dita DeltaXMLDitaException
com.deltaxml.dita LicenseException
com.deltaxml.dita NoLicenseInstalledException
Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
An exception indicating that the software cannot find an appropriate license.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.dita DeltaXMLDitaException
com.deltaxml.dita LicenseException
com.deltaxml.dita NoLicenseInstalledException
Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax
Remarks
An exception indicating that the software cannot find an appropriate license.
DeltaXML software can be used with licenses supporting hosts or users. There are a number of different types of licenses:
- Concurrent licenses use a license server and the system running the software will need to connect to the license server by name or IP address.
- Named-User licenses are associated with an individual. The user named in the license has to correspond to the operating system user name.
- Server licenses are licensed per-machine; the machine specified in the license must correspond to that running the software.
The license configuration process should be performed for each named-user or server, as appropriate. This process is described in the licensing manual.
See Also