Click or drag to resize
CreateJobFailedException Constructor
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.

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public CreateJobFailedException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
inner
Type: SystemException
The exception that is the cause of this exception, not null.
See Also