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, ISerializableType Hierarchy
- Exception
- InvalidCommandException Current type
- Implemented interfaces
- InvalidCommandException Current type
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.Remarks
The final exception message is created by passing
message and args to string.Format(string, params object[]).