SchedulerException Constructor (String, Exception)

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,
	Exception cause
)

Parameters

msg
Type: SystemString
The MSG.
cause
Type: SystemException
The cause.
See Also

Reference