Table of Contents

Class InvalidConfigurationException

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 InvalidConfigurationException : SchedulerException, ISerializable
Inheritance
InvalidConfigurationException
Implements
Inherited Members

Constructors

InvalidConfigurationException(string)

Initializes a new instance of the InvalidConfigurationException class.

public InvalidConfigurationException(string message)

Parameters

message string

What went wrong.