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