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, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
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.