Click or drag to resize
AwaitingStateIgnoreJobLoadException Property
Gets whether transition to this state should ignore job de-serialization exceptions.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public bool IgnoreJobLoadException { get; }

Property Value

Type: Boolean
to move to the FailedState on deserialization exceptions, to ignore them.

Implements

IStateIgnoreJobLoadException
Remarks
Always returns for the AwaitingState. Please see the description of this property in the IState.IgnoreJobLoadException article.
See Also