Class ShutdownException
OptimaJet.Workflow.Core.Fault.ShutdownException
Represents an exception raised when the workflow runtime is in a shutdown state and cannot process operations.
Namespace: OptimaJet.Workflow.Core.Fault
public class ShutdownException : InvalidOperationException, ISerializableInheritance
- 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.