XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api NotADeltaFileException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
A combine operation requires one of the original input files that was used in the comparison, and the changes-only delta that
was the result of the comparison.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.api DeltaXMLProcessingException
com.deltaxml.api NotADeltaFileException
Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
A combine operation requires one of the original input files that was used in the comparison, and the changes-only delta that was the result of the comparison. A file is considered to not be a delta file when it does not have a delta attribute on the root element of the file.
A method is supplied to get the filename of the file that was expected to be a delta file.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 50
See Also