JobExecutionException Constructor (Boolean)

Quartz.NET 3.0 API Documentation
Create a JobExecutionException with the 're-fire immediately' flag set to the given value.

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

C#
public JobExecutionException(
	bool refireImmediately
)

Parameters

refireImmediately
Type: SystemBoolean

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

See Also

Reference