NoSuchDelegateException 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 JobPersistenceException
        Quartz.Impl.AdoJobStore NoSuchDelegateException

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

[SerializableAttribute]
public class NoSuchDelegateException : JobPersistenceException
See Also