Click or drag to resize
IClientExceptionFilterOnClientException Method
Called when 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
void OnClientException(
	ClientExceptionContext filterContext
)

Parameters

filterContext
Type: Hangfire.ClientClientExceptionContext
The filter context.
See Also