JobPersistenceException ClassQuartz.NET API Documentation
An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.
Inheritance Hierarchy

System Object
  System Exception
    Quartz SchedulerException
      Quartz JobPersistenceException
        Quartz.Impl.AdoJobStore LockException
        Quartz.Impl.AdoJobStore NoSuchDelegateException
        Quartz ObjectAlreadyExistsException

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

[SerializableAttribute]
public class JobPersistenceException : SchedulerException
See Also