ObjectAlreadyExistsException Constructor (String)Quartz.NET API Documentation

Create a ObjectAlreadyExistsException with the given message.

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

public ObjectAlreadyExistsException(
	string msg
)

Parameters

msg
Type: System String

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

See Also