C# Class DotNetWorkQueue.Queue.MessageErrorEventArgs

Exception event args for message processing
Inheritance: System.EventArgs
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
MessageErrorEventArgs ( Exception error ) : System

Initializes a new instance of the MessageErrorEventArgs class.

Method Details

MessageErrorEventArgs() public méthode

Initializes a new instance of the MessageErrorEventArgs class.
public MessageErrorEventArgs ( Exception error ) : System
error System.Exception The error.
Résultat System