UnableToInterruptJobException Constructor (Exception)

Quartz.NET 3.0 API Documentation
Create a UnableToInterruptJobException with the given cause.

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

C#
public UnableToInterruptJobException(
	Exception cause
)

Parameters

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Quartz.UnableToInterruptJobException.#ctor(System.Exception)"]

See Also

Reference