C# Class DotNetWorkQueue.Exceptions.CommitException

Inheritance: DotNetWorkQueueException
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
CommitException ( ) : System

Initializes a new instance of the CommitException class.

CommitException ( string message ) : System

Initializes a new instance of the CommitException class.

CommitException ( string message, Exception inner ) : System

Initializes a new instance of the CommitException class.

Method Details

CommitException() public method

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

CommitException() public method

Initializes a new instance of the CommitException class.
public CommitException ( string message ) : System
message string The message.
return System

CommitException() public method

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