Click or drag to resize
BackgroundJobClientException Class
The exception that is thrown when an instance of the class that implements the IBackgroundJobClient interface is unable to perform an operation due to an error.
Inheritance Hierarchy

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class BackgroundJobClientException : CreateJobFailedException

The BackgroundJobClientException type exposes the following members.

Constructors
  NameDescription
Public methodBackgroundJobClientException
Initializes a new instance of the BackgroundJobClientException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also