OriginalPositionAttributeMissingException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An Element does not have an {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute when one is required.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class OriginalPositionAttributeMissingException : DeltaXMLProcessingException
Remarks

An Element does not have an {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute when one is required. (This is only in the case of that the com.deltaxml.api.XMLCombiner is being used currently)

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

See Also