UnableToInterruptJobException ClassQuartz.NET API Documentation
An exception that is thrown to indicate that a call to Interrupt  failed without interrupting the Job.
Inheritance Hierarchy

System Object
  System Exception
    Quartz SchedulerException
      Quartz UnableToInterruptJobException

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

[SerializableAttribute]
public class UnableToInterruptJobException : SchedulerException
See Also