| PerformedContextExceptionHandled Property |
Gets or sets a value that indicates that this
PerformedContext
object handles an exception occurred during the performance of the job.
Namespace: Hangfire.ServerAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public bool ExceptionHandled { get; set; }
Public Property ExceptionHandled As Boolean
Get
Set
Property Value
Type:
BooleanSee Also