Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class CommandParameterNotFoundException

OptimaJet.Workflow.Core.Fault.CommandParameterNotFoundException

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

public class CommandParameterNotFoundException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public CommandParameterNotFoundException(string commandName, string parameterName, string schemeCode) #
Represents an exception thrown when a command parameter cannot be found in the specified command.

Parameters

Name
Type
Description
commandName
String
The command name where the parameter was requested.
parameterName
String
The requested command parameter name.
schemeCode
String
The workflow scheme code that contains the command.