InvalidConfigurationException ClassQuartz.NET API Documentation
Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
Inheritance Hierarchy

System Object
  System Exception
    Quartz SchedulerException
      Quartz.Impl.AdoJobStore InvalidConfigurationException

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

[SerializableAttribute]
public class InvalidConfigurationException : SchedulerException
See Also