JobExecutionException Constructor (Exception, Boolean)

Quartz.NET 3.0 API Documentation
Create a JobExecutionException with the given underlying exception, and 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(
	Exception cause,
	bool refireImmediately
)

Parameters

cause
Type: SystemException

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

refireImmediately
Type: SystemBoolean

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

See Also

Reference