Click or drag to resize
IClientExceptionFilter Interface
Defines methods that are required for the client exception filter.

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IClientExceptionFilter

The IClientExceptionFilter type exposes the following members.

Methods
  NameDescription
Public methodOnClientException
Called when an exception occurred during the creation of the job.
Top
See Also