JobExecutionException Constructor (Exception)

Quartz.NET 3.0 API Documentation
Create a JobExecutionException, with the given cause.

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

C#
public JobExecutionException(
	Exception cause
)

Parameters

cause
Type: SystemException
The cause.
See Also

Reference