Class TimerManagerException
OptimaJet.Workflow.Core.Fault.TimerManagerException
Represents an exception thrown when a timer manager operation in the workflow runtime fails.
Namespace: OptimaJet.Workflow.Core.Fault
public class TimerManagerException : Exception, ISerializableType Hierarchy
- Exception
- TimerManagerException Current type
- Implemented interfaces
- TimerManagerException Current type
Constructors
public TimerManagerException(string message) #Initializes a new instance of the TimerManagerException class with a specified error message.
Parameters
Name
Type
Description
messageStringThe message that describes the timer manager error.