IncorrectAttributeCombineException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
When the delta specifies that an attribute 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 same attribute in the input file is expected to have the same value as specified in the delta.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class IncorrectAttributeCombineException : DeltaXMLProcessingException
Remarks

When the delta specifies that an attribute 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 same attribute in the input file is expected to have the same value as specified in the delta.

Methods are supplied to get the node which is missing an attribute in the input file and the qualified name of the missing attribute.

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

See Also