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 LicenseExpiredException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
An exception indicating that the license used to activate the software has expired.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api LicenseException
com.deltaxml.api LicenseExpiredException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
An exception indicating that the license used to activate the software has expired.
Licenses which never expire are available from DeltaXML, however some licenses have an in-built expiry date, for example, licenses supplied for evaluation or beta-test purposes.
This exception is thrown when a comparison or combination operation is attempted using an expired license. To resolve the issue a new license should be installed.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 6
See Also