| FailedState Constructor |
Initializes a new instace of the
FailedState class
with the given exception.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public FailedState(
Exception exception
)
Public Sub New (
exception As Exception
)
Parameters
- exception
- Type: SystemException
Exception that occurred during the background
job processing.
Exceptions See Also