CriticalSchedulerException ClassQuartz.NET API Documentation
An exception that is thrown to indicate that there has been a critical failure within the scheduler's core services (such as loss of database connectivity).
Inheritance Hierarchy

System Object
  System Exception
    Quartz SchedulerException
      Quartz CriticalSchedulerException

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

[SerializableAttribute]
public class CriticalSchedulerException : SchedulerException
See Also