ObjectAlreadyExistsException Constructor (IJobDetail)

Quartz.NET 3.0 API Documentation

Create a ObjectAlreadyExistsException and auto-generate a message using the name/group from the given IJobDetail.

The message will read:
"Unable to store Job with name: '__' and group: '__', because one already exists with this identification."

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

C#
public ObjectAlreadyExistsException(
	IJobDetail offendingJob
)

Parameters

offendingJob
Type: QuartzIJobDetail

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

See Also

Reference