| JobLoadException Class |
The exception that is thrown when a job could not
be loaded from the storage due to missing or incorrect
information about its type or method.
Inheritance Hierarchy
Namespace: Hangfire.CommonAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public class JobLoadException : Exception
Public Class JobLoadException
Inherits Exception
The JobLoadException type exposes the following members.
Constructors
| Name | Description |
---|
| JobLoadException |
Initializes a new instance of the JobLoadException
class with a given message and information about inner exception.
|
TopSee Also