LicenseContentException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An exception indicating that the there was a problem with the license used to activate the software.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class LicenseContentException : LicenseException
Remarks

An exception indicating that the there was a problem with the license used to activate the software. Activation uses licenses which are implemented as Java property files. This exception will be thrown when the file cannot be loaded into a java.util.Properties object or if it can be loaded but then required keys cannot be found.

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

See Also