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

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

public NodeCapacityExceededException(
	int licensedCapacity,
	int requiredCapacity,
	string systemId
)

Parameters

licensedCapacity
Type: System Int32
the node capacity allowed by the license used for activation
requiredCapacity
Type: System Int32
the capacity needed to load the input
systemId
Type: System String
can be used to identify which of the two inputs caused the failure
Remarks

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