Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TimerAlreadyExistsException

OptimaJet.Workflow.Core.Fault.TimerAlreadyExistsException

Represents an exception that is thrown when a timer with the same name already exists in a workflow scheme.

public class TimerAlreadyExistsException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public TimerAlreadyExistsException(string timerName, string schemeCode) #
Initializes a new instance of the TimerAlreadyExistsException class for a duplicate timer in the specified scheme.

Parameters

Name
Type
Description
timerName
String
The timer name that already exists in the scheme.
schemeCode
String
The code of the workflow scheme that already contains this timer.