LockException ClassQuartz.NET API Documentation
Exception class for when there is a failure obtaining or releasing a resource lock.
Inheritance Hierarchy

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

Namespace: Quartz.Impl.AdoJobStore
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

[SerializableAttribute]
public class LockException : JobPersistenceException
See Also