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

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

public VersionLabelNotPresentInOriginalPositionException(
	string xpath,
	string originalPositionValue,
	string versionLabelRequested
)

Parameters

xpath
Type: System String
The location of the {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute.
originalPositionValue
Type: System String
The value of the original-position attribute which is invalid.
versionLabelRequested
Type: System String
The version label which was not found.
Remarks

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