C# Class DotNetWorkQueue.Exceptions.ReceiveMessageException

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

Méthodes publiques

Méthode Description
ReceiveMessageException ( ) : System

Initializes a new instance of the ReceiveMessageException class.

ReceiveMessageException ( string message ) : System

Initializes a new instance of the ReceiveMessageException class.

ReceiveMessageException ( string message, Exception inner ) : System

Initializes a new instance of the ReceiveMessageException class.

Method Details

ReceiveMessageException() public méthode

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

ReceiveMessageException() public méthode

Initializes a new instance of the ReceiveMessageException class.
public ReceiveMessageException ( string message ) : System
message string The message that describes the error.
Résultat System

ReceiveMessageException() public méthode

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