Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TimerManagerException

OptimaJet.Workflow.Core.Fault.TimerManagerException

Represents an exception thrown when a timer manager operation in the workflow runtime fails.

public class TimerManagerException : Exception, ISerializable

Inheritance

  • 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
message
String
The message that describes the timer manager error.