Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ImpossibleToSetStatusException

OptimaJet.Workflow.Core.Fault.ImpossibleToSetStatusException

Represents an exception thrown when a status cannot be set to the requested value.

public class ImpossibleToSetStatusException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ImpossibleToSetStatusException() #
Initializes a new instance of the ImpossibleToSetStatusException class.
public ImpossibleToSetStatusException(string message, Exception innerException) #
Initializes a new instance of the ImpossibleToSetStatusException 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 the status cannot be set.
innerException
Exception
The exception that caused this exception.
public ImpossibleToSetStatusException(string message) #
Initializes a new instance of the ImpossibleToSetStatusException class with a specified error message.

Parameters

Name
Type
Description
message
String
The message that explains why the status cannot be set.