Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class CommandNotFoundException

OptimaJet.Workflow.Core.Fault.CommandNotFoundException

Represents an exception thrown when a command cannot be found in a workflow scheme.

public class CommandNotFoundException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public CommandNotFoundException(string message) #
Initializes a new instance of the CommandNotFoundException class with a custom error message.

Parameters

Name
Type
Description
message
String
The message that explains why the exception was thrown.
public CommandNotFoundException(string commandName, string schemeCode) #
Initializes a new instance of the CommandNotFoundException class for a missing command name in a specific workflow scheme.

Parameters

Name
Type
Description
commandName
String
The name of the command that was not found.
schemeCode
String
The workflow scheme code that was searched.