UnknownParameterException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Thrown when an attempt was made to reference an unknown or undeclared DXP parameter.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core DXPConfigurationException
            com.deltaxml.core UnknownParameterException

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

[SerializableAttribute]
public class UnknownParameterException : DXPConfigurationException
Remarks

Thrown when an attempt was made to reference an unknown or undeclared DXP parameter.

It is possible to use a parameter name which has not been declared in the DXP pipelineParameters section. This exception reports that name and the context in which it was being incorrectly used.

See Also