SchedulerException ClassQuartz.NET API Documentation
Base class for exceptions thrown by the Quartz IScheduler.
Inheritance Hierarchy

System Object
  System Exception
    Quartz SchedulerException
      Quartz.Impl.AdoJobStore InvalidConfigurationException
      Quartz JobExecutionException
      Quartz JobPersistenceException
      Quartz SchedulerConfigException
      Quartz UnableToInterruptJobException

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

[SerializableAttribute]
public class SchedulerException : Exception
Remarks

SchedulerExceptions may contain a reference to another Exception, which was the underlying cause of the SchedulerException.
See Also