Click or drag to resize
CreateJobFailedException Class

Note: This API is now obsolete.

The exception that is thrown when a BackgroundJobClient class instance could not create a job due to another exception was thrown.
Inheritance Hierarchy

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[ObsoleteAttribute("Please use the `BackgroundJobClientException` instead. Will be removed in 2.0.0.")]
public class CreateJobFailedException : Exception

The CreateJobFailedException type exposes the following members.

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