C# Class DotNetWorkQueue.Exceptions.CommitException

Inheritance: DotNetWorkQueueException
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the CommitException class.
public CommitException ( ) : System
Résultat System

CommitException() public méthode

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

CommitException() public méthode

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