Class CommandAlreadyExistsException
OptimaJet.Workflow.Core.Fault.CommandAlreadyExistsException
Represents an error that occurs when a command with the same name already exists in a scheme.
Namespace: OptimaJet.Workflow.Core.Fault
public class CommandAlreadyExistsException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public CommandAlreadyExistsException(string commandName, string schemeCode) #Initializes a new instance of the CommandAlreadyExistsException class for the specified command name and scheme code.
Parameters
Name
Type
Description
commandNameStringThe command name that already exists.
schemeCodeStringThe scheme code in which the duplicate command was detected.