C# 클래스 DotNetWorkQueue.Exceptions.JobSchedulerException

상속: DotNetWorkQueueException
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
JobSchedulerException ( ) : System

Initializes a new instance of the JobSchedulerException class.

JobSchedulerException ( string message ) : System

Initializes a new instance of the JobSchedulerException class.

JobSchedulerException ( string message, Exception inner ) : System

Initializes a new instance of the JobSchedulerException class.

메소드 상세

JobSchedulerException() 공개 메소드

Initializes a new instance of the JobSchedulerException class.
public JobSchedulerException ( ) : System
리턴 System

JobSchedulerException() 공개 메소드

Initializes a new instance of the JobSchedulerException class.
public JobSchedulerException ( string message ) : System
message string The message that describes the error.
리턴 System

JobSchedulerException() 공개 메소드

Initializes a new instance of the JobSchedulerException class.
public JobSchedulerException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
리턴 System