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

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IServerExceptionFilter

The IServerExceptionFilter type exposes the following members.

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