Click or drag to resize
JobPerformanceException Constructor
Initializes a new instance of the JobPerformanceException class

Namespace: Hangfire.Server
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public JobPerformanceException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Hangfire.Server.JobPerformanceException.#ctor(System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Hangfire.Server.JobPerformanceException.#ctor(System.String,System.Exception)"]

See Also