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

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

public NotADeltaFileException(
	string fileName
)

Parameters

fileName
Type: System String
the file that was expected to be a delta file
Remarks

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