Click or drag to resize
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
SystemObject
  SystemException
    Hangfire.CommonJobLoadException

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class JobLoadException : Exception

The JobLoadException type exposes the following members.

Constructors
  NameDescription
Public methodJobLoadException
Initializes a new instance of the JobLoadException class with a given message and information about inner exception.
Top
See Also