DeletedSubtreeMismatchException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
A deleted/added subtree mismatch between the delta and non-delta inputs of the forward/reverse combiner respectively.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.api DeltaXMLProcessingException
            com.deltaxml.api DeletedSubtreeMismatchException

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

[SerializableAttribute]
public class DeletedSubtreeMismatchException : DeltaXMLProcessingException
Remarks

A deleted/added subtree mismatch between the delta and non-delta inputs of the forward/reverse combiner respectively.

When an element is deleted in a delta, the other non-delta input to the forward-combiner should contain the corresponding exact-subtree as was deleted (if it wasn't an exact subtree the delta would only be modified, not deleted). Correspondingly, the same applied for a reverse-combination, an added element in the delta should correspond to an exact subtree in the non-delta input.

Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 357

See Also