C# Class DotNetWorkQueue.Exceptions.JobSchedulerException

Inheritance: DotNetWorkQueueException
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Method Details

JobSchedulerException() public method

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

JobSchedulerException() public method

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

JobSchedulerException() public method

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