Class ActionNotFoundException
OptimaJet.Workflow.Core.Fault.ActionNotFoundException
Represents an exception raised when a workflow activity references an action that is not found in its scheme definition.
Namespace: OptimaJet.Workflow.Core.Fault
public class ActionNotFoundException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public ActionNotFoundException(string actionName, string activityName, string schemeCode) #Initializes a new instance of the ActionNotFoundException class.
Parameters
Name
Type
Description
actionNameStringThe action name that was not found.
activityNameStringThe workflow activity name where the action was expected.
schemeCodeStringThe code of the workflow scheme that contains the activity.