Class JobPersistenceException
- Namespace
- Quartz
- Assembly
- Quartz.dll
An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.
public class JobPersistenceException : SchedulerException, ISerializable
- Inheritance
-
JobPersistenceException
- Implements
- Derived
- Inherited Members
Constructors
JobPersistenceException(string)
Create a JobPersistenceException with the given message.
public JobPersistenceException(string message)
Parameters
messagestring
JobPersistenceException(string, Exception?)
Create a JobPersistenceException with the given message and cause.
public JobPersistenceException(string message, Exception? innerException)