Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ParameterAlreadyExistsException

OptimaJet.Workflow.Core.Fault.ParameterAlreadyExistsException

Represents an exception thrown when a workflow parameter with the same name is already present in a scheme.

public class ParameterAlreadyExistsException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ParameterAlreadyExistsException(string parameterName, string schemeCode) #
Initializes a new instance of the ParameterAlreadyExistsException class for a duplicate parameter name in the specified workflow scheme.

Parameters

Name
Type
Description
parameterName
String
The name of the parameter that already exists in the scheme.
schemeCode
String
The workflow scheme code that already contains this parameter.