DuplicateStepNameException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Indicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.
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 DuplicateStepNameException : PipelineException
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