| JobLoadException Constructor |
Initializes a new instance of the
JobLoadException
class with a given message and information about inner exception.
Namespace: Hangfire.CommonAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public JobLoadException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
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