SchedulerConfigException ClassQuartz.NET API Documentation
An exception that is thrown to indicate that there is a misconfiguration of the ISchedulerFactory- or one of the components it configures.
Inheritance Hierarchy

System Object
  System Exception
    Quartz SchedulerException
      Quartz SchedulerConfigException

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

[SerializableAttribute]
public class SchedulerConfigException : SchedulerException
See Also