| IClientExceptionFilterOnClientException Method |
Called when an exception occurred during the creation of the job.
Namespace: Hangfire.ClientAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax void OnClientException(
ClientExceptionContext filterContext
)
Sub OnClientException (
filterContext As ClientExceptionContext
)
Parameters
- filterContext
- Type: Hangfire.ClientClientExceptionContext
The filter context.
See Also