[<SerializableAttribute>]
type DeletedSubtreeMismatchException =
class
inherit DeltaXMLProcessingException
end
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