Table of Contents

Class NoSuchDelegateException

Namespace
Quartz.Impl.AdoJobStore
Assembly
Quartz.dll

Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.

public sealed class NoSuchDelegateException : JobPersistenceException, ISerializable
Inheritance
NoSuchDelegateException
Implements
Inherited Members

Constructors

NoSuchDelegateException(string)

Initializes a new instance of the NoSuchDelegateException class.

public NoSuchDelegateException(string message)

Parameters

message string

What went wrong.

NoSuchDelegateException(string, Exception?)

Initializes a new instance of the NoSuchDelegateException class.

public NoSuchDelegateException(string message, Exception? innerException)

Parameters

message string

What went wrong.

innerException Exception

The cause.