Table of Contents

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

message string

What went wrong.

LockException(string, Exception?)

Initializes a new instance of the LockException class.

public LockException(string message, Exception? innerException)

Parameters

message string

What went wrong.

innerException Exception

The cause.

See Also