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 PipelineException
com.deltaxml.cores9api DuplicateStepNameException
Namespace: com.deltaxml.cores9api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Indicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.
Inheritance Hierarchy
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
Remarks
Indicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.
Because various methods in a Pipeline refer to PipelineSteps by name, there must be no duplicate names within the Pipeline as this would cause ambiguity in respect to these references.
See Also