VersionLabelNotPresentInOriginalPositionException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
The value of a {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute does not have a value for the requested version label..
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class VersionLabelNotPresentInOriginalPositionException : DeltaXMLProcessingException
Remarks

The value of a {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute does not have a value for the requested version label.. (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