PDConfigurationException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Indicates an error condition in the Pipeline Description format.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.cores9api PDConfigurationException
            com.deltaxml.cores9api DynamicPDFormatException
            com.deltaxml.cores9api PDAdvancedConfigException
            com.deltaxml.cores9api PDFilterConfigurationException
            com.deltaxml.cores9api StaticPDFormatException

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

[SerializableAttribute]
public class PDConfigurationException : DeltaXMLException
Remarks

Indicates an error condition in the Pipeline Description format.

This class is the super-class of most of the checked exceptions thrown by methods associated with the Pipeline Description format. As such it could be used for simplified, coarse-grain catch or throws clauses.

See Also