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.
Namespace: OptimaJet.Workflow.Core.Fault
public class InvalidCommandException : Exception, ISerializableInheritance
- 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
messageStringThe composite format string that describes the failure.
argsObject[]The arguments to apply to
message.