SchedulerConfigException Constructor (String, Exception)Quartz.NET API Documentation
Create a JobPersistenceException with the given message and cause.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public SchedulerConfigException(
	string msg,
	Exception cause
)

Parameters

msg
Type: System String

[Missing <param name="msg"/> documentation for "M:Quartz.SchedulerConfigException.#ctor(System.String,System.Exception)"]

cause
Type: System Exception

[Missing <param name="cause"/> documentation for "M:Quartz.SchedulerConfigException.#ctor(System.String,System.Exception)"]

See Also