JobExecutionException Constructor (Exception)Quartz.NET API Documentation
Create a JobExcecutionException, with the given cause.

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

public JobExecutionException(
	Exception cause
)
See Also