Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ShutdownException

OptimaJet.Workflow.Core.Fault.ShutdownException

Represents an exception raised when the workflow runtime is in a shutdown state and cannot process operations.

public class ShutdownException : InvalidOperationException, ISerializable

Inheritance

  • Object
  • Exception
  • SystemException
  • InvalidOperationException

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ShutdownException() #
Initializes a new instance with a message indicating the runtime is not running or is shutting down.