Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class CommandParameterAlreadyExistsException

OptimaJet.Workflow.Core.Fault.CommandParameterAlreadyExistsException

Represents an exception thrown when a command parameter with the same name already exists.

public class CommandParameterAlreadyExistsException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public CommandParameterAlreadyExistsException(string commandName, string parameterName, string schemeCode) #
Initializes a new instance of the CommandParameterAlreadyExistsException class for the specified command and parameter names in the given scheme.

Parameters

Name
Type
Description
commandName
String
The command where the parameter already exists.
parameterName
String
The duplicate parameter name.
schemeCode
String
The workflow scheme code containing the duplicated parameter.