XML Compare .NET API Documentation - DEPRECATED
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
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.
Indicates a problem when loading a pipeline.
Inheritance Hierarchy
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
Remarks
See Also