Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class CommandAlreadyExistsException

OptimaJet.Workflow.Core.Fault.CommandAlreadyExistsException

Represents an error that occurs when a command with the same name already exists in a scheme.

public class CommandAlreadyExistsException : Exception, ISerializable

Inheritance

  • 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
commandName
String
The command name that already exists.
schemeCode
String
The scheme code in which the duplicate command was detected.