CPUCountException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An exception indicating that the license used to activate the software does not support the number of CPUs being used.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class CPUCountException : LicenseException
Remarks

An exception indicating that the license used to activate the software does not support the number of CPUs being used.

An activation key or license contains a 'cpu limit' which specifies the maximum CPUs DeltaXML is allowed to run. The definition of a CPU is whatever is returned by the java.lang.Runtime.availableProcessors method; which typically counts 'cores' in multi-core systems. This checking and therefore this exception is typically turned-off in DeltaXML Enterprise licenses. Please see our licensing Q&A for a discussion of disabling CPUs and virtualization.

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

See Also