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

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

public UnexpectedDeltaAttributeException(
	string xpath
)

Parameters

xpath
Type: System String
the xpath of the modified element
Remarks

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