InvalidLicenseException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An exception indicating that the wrong type of license was found or supplied at runtime.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.api DeltaXMLProcessingException
            com.deltaxml.api LicenseException
              com.deltaxml.api InvalidLicenseException

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

[SerializableAttribute]
public class InvalidLicenseException : LicenseException
Remarks

An exception indicating that the wrong type of license was found or supplied at runtime. This could be caused by a problem with activation or by a malicious attempt to subvert the licensing/activation mechanisms.

Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 14

See Also