KeylessOrderlessModifyException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
The orderless comparator cannot create a modified (A!=B) element other than through keying.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class KeylessOrderlessModifyException : DeltaXMLProcessingException
Remarks

The orderless comparator cannot create a modified (A!=B) element other than through keying. This exception is thrown if a modified, orderless element is found without a key.

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

See Also