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

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

public UnexpectedDeltaFileException(
	string filename
)

Parameters

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

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