SchedulerException Constructor (String)

Quartz.NET 3.0 API Documentation
Initializes a new instance of the SchedulerException class.

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

C#
public SchedulerException(
	string msg
)

Parameters

msg
Type: SystemString
The MSG.
See Also

Reference