PipelineException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Indicates an error condition in the use of a Pipeline Object.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core PipelinedComparatorException
            com.deltaxml.cores9api PipelinedComparatorS9Exception
              com.deltaxml.cores9api PipelineException
                com.deltaxml.cores9api DuplicateStepNameException

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

[SerializableAttribute]
public class PipelineException : PipelinedComparatorS9Exception
Remarks

Indicates an error condition in the use of a Pipeline Object.

The specific error that has occurred will be detailed by the use of a subclass of this Exception.

See Also