UnsupportedDXPVersionException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Used to indicate that the throwing class does not support the DXP version of the loaded DXP file.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core DXPConfigurationException
            com.deltaxml.core InvalidPipelineException
              com.deltaxml.core UnsupportedDXPVersionException

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

[SerializableAttribute]
public class UnsupportedDXPVersionException : InvalidPipelineException
Remarks

Used to indicate that the throwing class does not support the DXP version of the loaded DXP file.

This Exception is thrown when the generate method is called on one of the DXPConfiguration classes and the loaded DXP file contains features that are not supported. An example is the XPath-based attributes when and xpath not being supported by com.deltaxml.core.DXPConfiguration.

The Exception contains information about which version the unsupported features are from and which version the throwing class can support.

See Also