ObjectAlreadyExistsException Constructor (ITrigger)Quartz.NET API Documentation

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

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

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

public ObjectAlreadyExistsException(
	ITrigger offendingTrigger
)

Parameters

offendingTrigger
Type: Quartz ITrigger

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

See Also