Click or drag to resize
FailedStateException Property
Gets the exception that occurred during the background job processing.

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

Property Value

Type: Exception
See Also