C# Класс DotNetWorkQueue.Exceptions.JobSchedulerException

Наследование: DotNetWorkQueueException
Показать файл Открыть проект

Открытые методы

Метод Описание
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