UnableToInterruptJobException Constructor (Exception)Quartz.NET API Documentation
Create a UnableToInterruptJobException with the given cause.

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

public UnableToInterruptJobException(
	Exception cause
)

Parameters

cause
Type: System Exception

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

See Also