XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core NonUniqueParameterNameException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Thrown when the DXP pipelineParameter names are not unique.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core NonUniqueParameterNameException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Thrown when the DXP pipelineParameter names are not unique.
The use of Maps in this class ensures that the parameter names used in the two different categories (string and boolean) of pipeline parameters are unique. However it is still possible that the same name be used for a string parameter and a boolean parameter. This exception signals this condition and reports the non-unique name.
See Also