Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TimerNotFoundException

OptimaJet.Workflow.Core.Fault.TimerNotFoundException

Represents an exception that is thrown when a timer cannot be found in a workflow scheme.

public class TimerNotFoundException : Exception, ISerializable

Inheritance

  • 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
timerName
String
The timer name that was not found.
schemeCode
String
The code of the workflow scheme that was searched.