C# Class DotNetWorkQueue.QueueStatus.QueueInformationError

Returns error information, resulting from trying to query a queue for status information
Inheritance: IQueueInformation
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
QueueInformationError ( string name, string server, Exception error ) : System

Initializes a new instance of the QueueInformationError class.

Method Details

QueueInformationError() public méthode

Initializes a new instance of the QueueInformationError class.
public QueueInformationError ( string name, string server, Exception error ) : System
name string The name.
server string The server.
error System.Exception The error.
Résultat System