NodeCapacityExceededException Constructor DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Constructs a new NodeCapacityExceededException for use in the DeltaXML code.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

protected internal NodeCapacityExceededException(
	int licensedCapacity,
	int requiredCapacity,
	string systemId
)

Parameters

licensedCapacity
Type: System Int32
the node capacity allowed by the license
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 DeltaXML code.
See Also