PipelineLoadingException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Indicates a problem when loading a pipeline.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class PipelineLoadingException : PipelinedComparatorS9Exception
Remarks

Indicates a problem when loading a pipeline. Loading a pipeline could involve parsing of textual XML and conversion into an in-memory tree suitable for transformation by any input filters. Methods are provided so that its possible to determine if the problem has been caused by the A or B pipeline inputs. A nested cause may contain further information and may typically be a SAXParseException or XPathException.
See Also