Class ImpossibleToSetStatusException
OptimaJet.Workflow.Core.Fault.ImpossibleToSetStatusException
Represents an exception thrown when a status cannot be set to the requested value.
Namespace: OptimaJet.Workflow.Core.Fault
public class ImpossibleToSetStatusException : Exception, ISerializableInheritance
- 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
messageStringThe message that explains why the status cannot be set.
innerExceptionExceptionThe 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
messageStringThe message that explains why the status cannot be set.