LockException Constructor (String, Exception)

Quartz.NET 3.0 API Documentation
Initializes a new instance of the LockException class

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

C#
public LockException(
	string msg,
	Exception cause
)

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Quartz.Impl.AdoJobStore.LockException.#ctor(System.String,System.Exception)"]

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Quartz.Impl.AdoJobStore.LockException.#ctor(System.String,System.Exception)"]

See Also

Reference