XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api LicenseException
com.deltaxml.api NoLicenseInstalledException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
An exception indicating that the software has not been sucessfully activated with an appropriate license.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api LicenseException
com.deltaxml.api NoLicenseInstalledException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
An exception indicating that the software has not been sucessfully activated with an appropriate license.
DeltaXML software can be used/activated with three different types of licenses:
- Enterprise licenses/releases of DeltaXML are supplied pre-activated and this exception should not normally occurr.
- Named-User licenses are associated with an individual. Activation will be required if additional users run the software.
- Professional-Server licenses are licensed per-machine; activation is required on each computer on which the software runs.
Note that the activation process is distinct from the runtime operation of the comparator and should be performed for each named-user or server, as appropriate. The activation process is described in the installation documentation.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 8
See Also