InvalidDeltaValueException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Construct a new InvalidDeltaValue appropriate for use in the XML Compare code.

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

public InvalidDeltaValueException(
	string xpath,
	string delta
)

Parameters

xpath
Type: System String
the xpath of the element with the invalid value
delta
Type: System String
the value of the invalid delta
Remarks

Construct a new InvalidDeltaValue appropriate for use in the XML Compare code.
See Also