Class TimerNotFoundException
OptimaJet.Workflow.Core.Fault.TimerNotFoundException
Represents an exception that is thrown when a timer cannot be found in a workflow scheme.
Namespace: OptimaJet.Workflow.Core.Fault
public class TimerNotFoundException : Exception, ISerializableType Hierarchy
- Exception
- TimerNotFoundException Current type
- Implemented interfaces
- TimerNotFoundException Current type
Constructors
public TimerNotFoundException(string timerName, string schemeCode) #Initializes a new instance of the TimerNotFoundException class with the timer name and scheme code used in the lookup.
Parameters
Name
Type
Description
timerNameStringThe timer name that was not found.
schemeCodeStringThe code of the workflow scheme that was searched.