InvalidSoftKeyAttributeException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An exception of this type happens when Soft Key attributes are used in an incorrect or ambiguous way.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class InvalidSoftKeyAttributeException : DeltaXMLProcessingException
Remarks

An exception of this type happens when Soft Key attributes are used in an incorrect or ambiguous way.
  • All elements with a deltaxml:soft-key-value or deltaxml:soft-key-processor on must also have a deltaxml:soft-key-name.
  • All elements with deltaxml:soft-key-name must have either a deltaxml:soft-key-processor OR deltaxml:soft-key-value, but not both.
See Also