JobExecutionException Constructor (String, Exception)

Quartz.NET 3.0 API Documentation
Initializes a new instance of the JobExecutionException class.

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

C#
public JobExecutionException(
	string msg,
	Exception cause
)

Parameters

msg
Type: SystemString
The message.
cause
Type: SystemException
The original cause.
See Also

Reference