Class SchedulerConfigException
- Namespace
- Quartz
- Assembly
- Quartz.dll
An exception that is thrown to indicate that there is a misconfiguration of the ISchedulerFactory- or one of the components it configures.
public sealed class SchedulerConfigException : SchedulerException, ISerializable
- Inheritance
-
SchedulerConfigException
- Implements
- Inherited Members
Constructors
SchedulerConfigException(string)
Create a SchedulerConfigException with the given message.
public SchedulerConfigException(string message)
Parameters
messagestring
SchedulerConfigException(string, Exception?)
Create a SchedulerConfigException with the given message and cause.
public SchedulerConfigException(string message, Exception? innerException)