C# 클래스 Easy.MessageHub.MessageHubErrorEventArgs

A class representing an error event raised by the IMessageHub
상속: System.EventArgs
파일 보기 프로젝트 열기: NimaAra/Easy.MessageHub

공개 메소드들

메소드 설명
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