Click or drag to resize
CreatedContextExceptionHandled Property
Gets or sets a value that indicates that this CreatedContext object handles an exception occurred during the creation of the job.

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

Property Value

Type: Boolean
See Also