Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class InvalidCommandException

OptimaJet.Workflow.Core.Fault.InvalidCommandException

Represents an exception thrown when a workflow command cannot be executed because the command input is invalid for the current runtime state.

public class InvalidCommandException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public InvalidCommandException(string message, params object[] args) #
Initializes a new instance of the InvalidCommandException class using a composite-format string.

Parameters

Name
Type
Description
message
String
The composite format string that describes the failure.
args
Object[]
The arguments to apply to message.