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

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

public InvalidOriginalPositionException(
	string xpath,
	string originalPositionValue,
	Optional diagonstic
)

Parameters

xpath
Type: System String
The location of the {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute which is invalid.
originalPositionValue
Type: System String
The value of the original-position attribute which is invalid.
diagonstic
Type: Optional
A parameters to report more detailed information about why the {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute is invalid.
Remarks

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