InvalidOriginalPositionException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An Element has an {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute which has an invalid format.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class InvalidOriginalPositionException : DeltaXMLProcessingException
Remarks

An Element has an {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute which has an invalid format. (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: 358

See Also