Click or drag to resize
JobLoadException Constructor
Initializes a new instance of the JobLoadException class with a given message and information about inner exception.

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

Parameters

message
Type: SystemString

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

inner
Type: SystemException

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

See Also