Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ImpossibleToSetRuntimeStatusException

OptimaJet.Workflow.Core.Fault.ImpossibleToSetRuntimeStatusException

Represents an exception that indicates runtime status cannot be set to the requested state.

public class ImpossibleToSetRuntimeStatusException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ImpossibleToSetRuntimeStatusException() #
Initializes a new instance of the ImpossibleToSetRuntimeStatusException class.
public ImpossibleToSetRuntimeStatusException(string message, Exception innerException) #
Initializes a new instance of the ImpossibleToSetRuntimeStatusException class with a specified error message and a reference to the inner exception that caused it.

Parameters

Name
Type
Description
message
String
The message that explains why runtime status could not be set.
innerException
Exception
The exception that caused this exception.
public ImpossibleToSetRuntimeStatusException(string message) #
Initializes a new instance of the ImpossibleToSetRuntimeStatusException class with a specified error message.

Parameters

Name
Type
Description
message
String
The message that explains why runtime status could not be set.