NoSuchDelegateException Constructor (String)

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

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

C#
public NoSuchDelegateException(
	string msg
)

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Quartz.Impl.AdoJobStore.NoSuchDelegateException.#ctor(System.String)"]

See Also

Reference