Class JobExecutionProcessException
- Namespace
- Quartz
- Assembly
- Quartz.dll
This exception may be thrown when an error occurs during execution:
- Job execution
- JobListener methods
- TriggerListener methods The exception ensures that the job execution context is transferred to the implementation of the error handling method of the scheduler listener, to try to fix the problem.
public sealed class JobExecutionProcessException : SchedulerException, ISerializable
- Inheritance
-
JobExecutionProcessException
- Implements
- Inherited Members
Properties
JobExecutionContext
The firing whose middleware failed, so that a listener can act on it without parsing the message.
public IJobExecutionContext JobExecutionContext { get; }