C# 클래스 Quartz.ObjectAlreadyExistsException

상속: Quartz.JobPersistenceException
파일 보기 프로젝트 열기: quartznet/quartznet

공개 메소드들

메소드 설명
ObjectAlreadyExistsException ( IJobDetail offendingJob ) : System

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."

ObjectAlreadyExistsException ( ITrigger offendingTrigger ) : System

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."

ObjectAlreadyExistsException ( string msg ) : System

Create a ObjectAlreadyExistsException with the given message.

보호된 메소드들

메소드 설명
ObjectAlreadyExistsException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ObjectAlreadyExistsException class.

메소드 상세

ObjectAlreadyExistsException() 공개 메소드

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."

public ObjectAlreadyExistsException ( IJobDetail offendingJob ) : System
offendingJob IJobDetail
리턴 System

ObjectAlreadyExistsException() 공개 메소드

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."

public ObjectAlreadyExistsException ( ITrigger offendingTrigger ) : System
offendingTrigger ITrigger
리턴 System

ObjectAlreadyExistsException() 보호된 메소드

Initializes a new instance of the ObjectAlreadyExistsException class.
The class name is null or is zero (0). The info parameter is null.
protected ObjectAlreadyExistsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
리턴 System

ObjectAlreadyExistsException() 공개 메소드

Create a ObjectAlreadyExistsException with the given message.

public ObjectAlreadyExistsException ( string msg ) : System
msg string
리턴 System