JobExecutionException Constructor (Boolean)Quartz.NET API Documentation
Create a JobExcecutionException with the 're-fire immediately' flag set to the given value.

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

public JobExecutionException(
	bool refireImmediately
)

Parameters

refireImmediately
Type: System Boolean

[Missing <param name="refireImmediately"/> documentation for "M:Quartz.JobExecutionException.#ctor(System.Boolean)"]

See Also