| AwaitingStateIgnoreJobLoadException Property |
Gets whether transition to this state should ignore job de-serialization
exceptions.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public bool IgnoreJobLoadException { get; }
Public ReadOnly Property IgnoreJobLoadException As Boolean
Get
Property Value
Type:
Boolean to move to the
FailedState on
deserialization exceptions,
to ignore them.
Implements
IStateIgnoreJobLoadExceptionRemarks See Also