| 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.ClientAssembly: 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
<ObsoleteAttribute("Please use the `BackgroundJobClientException` instead. Will be removed in 2.0.0.")>
Public Class CreateJobFailedException
Inherits Exception
The CreateJobFailedException type exposes the following members.
Constructors
| Name | Description |
---|
| CreateJobFailedException |
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.
|
TopSee Also