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, ISerializableType Hierarchy
- Exception
- ActionNotFoundException Current type
- Implemented interfaces
- ActionNotFoundException Current type
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.
Remarks
The message is initialized using
Action with name '{actionName}' was not found in '{activityName}' activity '{schemeCode}' scheme..