Click or drag to resize
ServerExceptionContextException Property
Gets an exception that occurred during the performance of the job.

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

Property Value

Type: Exception
See Also