C# Класс Easy.MessageHub.MessageHubErrorEventArgs

A class representing an error event raised by the IMessageHub
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
MessageHubErrorEventArgs ( Exception e, System.Guid token ) : System

Creates an instance of the MessageHubErrorEventArgs

Описание методов

MessageHubErrorEventArgs() публичный Метод

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 ///
Результат System