Class LockException
- Namespace
- Quartz.Impl.AdoJobStore
- Assembly
- Quartz.dll
Exception class for when there is a failure obtaining or releasing a resource lock.
public sealed class LockException : JobPersistenceException, ISerializable
- Inheritance
-
LockException
- Implements
- Inherited Members
Constructors
LockException(string)
Initializes a new instance of the LockException class.
public LockException(string message)
Parameters
messagestringWhat went wrong.
LockException(string, Exception?)
Initializes a new instance of the LockException class.
public LockException(string message, Exception? innerException)