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, ISerializableType Hierarchy
- Exception
- SystemException
- InvalidOperationException
- ShutdownException Current type
- Implemented interfaces
- ShutdownException Current type
- InvalidOperationException
- SystemException
Constructors
public ShutdownException() #Initializes a new instance with a message indicating the runtime is not running or is shutting down.