ObjectAlreadyExistsException Constructor (String)

Quartz.NET 3.0 API Documentation

Create a ObjectAlreadyExistsException with the given message.

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

C#
public ObjectAlreadyExistsException(
	string msg
)

Parameters

msg
Type: SystemString

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

See Also

Reference