| ClientExceptionContextExceptionHandled Property |
Gets or sets a value that indicates that this
ClientExceptionContext
object handles an exception occurred during the creation of the job.
Namespace: Hangfire.ClientAssembly: 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