JobExecutionException Constructor (String, Exception, Boolean)

Quartz.NET 3.0 API Documentation
Create a JobExecutionException 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: 3.0.0
Syntax

C#
public JobExecutionException(
	string msg,
	Exception cause,
	bool refireImmediately
)

Parameters

msg
Type: SystemString

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

cause
Type: SystemException

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

refireImmediately
Type: SystemBoolean

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

See Also

Reference