JobExecutionException Constructor (String, Exception, Boolean)Quartz.NET API Documentation
Create a JobExcecutionException with the given message, and underlying exception, and 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(
	string msg,
	Exception cause,
	bool refireImmediately
)

Parameters

msg
Type: System String

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

cause
Type: System Exception

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

refireImmediately
Type: System Boolean

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

See Also