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.
Namespace: OptimaJet.Workflow.Core.Fault
public class TimerAlreadyExistsException : Exception, ISerializableType Hierarchy
- Exception
- TimerAlreadyExistsException Current type
- Implemented interfaces
- TimerAlreadyExistsException Current type
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
timerNameStringThe timer name that already exists in the scheme.
schemeCodeStringThe code of the workflow scheme that already contains this timer.