Class CommandParameterNotFoundException
OptimaJet.Workflow.Core.Fault.CommandParameterNotFoundException
Represents an exception thrown when a command parameter cannot be found in a workflow scheme command.
Namespace: OptimaJet.Workflow.Core.Fault
public class CommandParameterNotFoundException : Exception, ISerializableInheritance
- 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
commandNameStringThe command name where the parameter was requested.
parameterNameStringThe requested command parameter name.
schemeCodeStringThe workflow scheme code that contains the command.