LicenseException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
This class groups all of the licensing related exceptions together.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.api DeltaXMLProcessingException
            com.deltaxml.api LicenseException
              com.deltaxml.api CPUCountException
              com.deltaxml.api InvalidLicenseException
              com.deltaxml.api LicenseConcurrencyLimitException
              com.deltaxml.api LicenseContentException
              com.deltaxml.api LicenseExpiredException
              com.deltaxml.api LicenseNotYetValidException
              com.deltaxml.api LicenseSecurityException
              com.deltaxml.api NodeCapacityExceededException
              com.deltaxml.api NoLicenseInstalledException

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

[SerializableAttribute]
public abstract class LicenseException : DeltaXMLProcessingException
Remarks

This class groups all of the licensing related exceptions together. It may be appropriate to catch these as a group and handle them differently from other com.deltaxml.api.DeltaXMLProcessingException subclasses.

In certain cases, such as using an enterprise license without an expiration, cpu or capacity limits then after initial testing it is possible that no exceptions can be expected and it may be possible to ignore these exceptions. However, we would recommend coding defensively for different license types and handling a number of the subtypes appropriately.

See Also