When the delta specifies that text is deleted from the supplied input file (that is it has a deleted delta in a
forward-combine, or an added delta in a reverse-combine) the input file is expected to have PCData at the appropriate location.
[<SerializableAttribute>]
type MissingPCDataCombineException =
class
inherit DeltaXMLProcessingException
end
Remarks
When the delta specifies that text is deleted from the supplied input file (that is it has a deleted delta in a
forward-combine, or an added delta in a reverse-combine) the input file is expected to have PCData at the appropriate location.
If this expected PCData is not found (e.g. when there is an element there instead), the combiner cannot be sure whether it is
processing the correct node in the input.
Method are supplied to get the node of the item in the input and delta document which are non-matching.
Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when
called with this exception the result will be: 111