Class ImpossibleToSetRuntimeStatusException
OptimaJet.Workflow.Core.Fault.ImpossibleToSetRuntimeStatusException
Represents an exception that indicates runtime status cannot be set to the requested state.
Namespace: OptimaJet.Workflow.Core.Fault
public class ImpossibleToSetRuntimeStatusException : Exception, ISerializableInheritance
- 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
messageStringThe message that explains why runtime status could not be set.
innerExceptionExceptionThe 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
messageStringThe message that explains why runtime status could not be set.