C# Class Easy.MessageHub.MessageHubErrorEventArgs

A class representing an error event raised by the IMessageHub
Inheritance: System.EventArgs
Mostra file Open project: NimaAra/Easy.MessageHub

Public Methods

Method Description
MessageHubErrorEventArgs ( Exception e, System.Guid token ) : System

Creates an instance of the MessageHubErrorEventArgs

Method Details

MessageHubErrorEventArgs() public method

Creates an instance of the MessageHubErrorEventArgs
public MessageHubErrorEventArgs ( Exception e, System.Guid token ) : System
e System.Exception The exception thrown by the
token System.Guid /// The subscription token of the subscriber to which /// message was published by the ///
return System