Class CommandParameterAlreadyExistsException
OptimaJet.Workflow.Core.Fault.CommandParameterAlreadyExistsException
Represents an exception thrown when a command parameter with the same name already exists.
Namespace: OptimaJet.Workflow.Core.Fault
public class CommandParameterAlreadyExistsException : Exception, ISerializableInheritance
- 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
commandNameStringThe command where the parameter already exists.
parameterNameStringThe duplicate parameter name.
schemeCodeStringThe workflow scheme code containing the duplicated parameter.