Click or drag to resize
FailedState Constructor
Initializes a new instace of the FailedState class with the given exception.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public FailedState(
	Exception exception
)

Parameters

exception
Type: SystemException
Exception that occurred during the background job processing.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe exception argument is
See Also