Click or drag to resize
ServerExceptionContextExceptionHandled Property
Gets or sets a value that indicates that this ServerExceptionContext object handles an exception occurred during the performance of the job.

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

Property Value

Type: Boolean
See Also