C# Class DotNetWorkQueue.Queue.MessageErrorEventArgs

Exception event args for message processing
Inheritance: System.EventArgs
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
MessageErrorEventArgs ( Exception error ) : System

Initializes a new instance of the MessageErrorEventArgs class.

Method Details

MessageErrorEventArgs() public method

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