CPUCountException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Constructs a new CPUCountException appropriate for use in the XML Compare code.

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

public CPUCountException(
	int currentCpuCount,
	int cpuLimit
)

Parameters

currentCpuCount
Type: System Int32
The number of CPUs on the current system
cpuLimit
Type: System Int32
The cpu limit associated with the activated license
Remarks

Constructs a new CPUCountException appropriate for use in the XML Compare code.
See Also