LicenseException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and setRedistributionLicenseContent() methods.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core PipelinedComparatorException
            com.deltaxml.cores9api PipelinedComparatorS9Exception
              com.deltaxml.cores9api LicenseException

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

[SerializableAttribute]
public class LicenseException : PipelinedComparatorS9Exception
Remarks

An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and setRedistributionLicenseContent() methods.

A nested cause will describe the precise failure, and will be a com.deltaxml.api.LicenseException or one of its subtypes:

Error codeException class
6com.deltaxml.api.LicenseExpiredException
7com.deltaxml.api.NodeCapacityExceededException
8com.deltaxml.api.NoLicenseInstalledException
9com.deltaxml.api.LicenseContentException
11com.deltaxml.api.CPUCountException
12com.deltaxml.api.LicenseSecurityException
13com.deltaxml.api.LicenseNotYetValidException
14com.deltaxml.api.InvalidLicenseException
See Also