C# 클래스 sahajquinci.MQTT_Broker.Exceptions.MqttCommunicationException

Exception due to error communication with broker on socket
상속: Exception
파일 보기 프로젝트 열기: sahajquinci/simplwmqttbroker

공개 메소드들

메소드 설명
MqttCommunicationException ( ) : System

Default constructor

MqttCommunicationException ( Exception e ) : System

Constructor

메소드 상세

MqttCommunicationException() 공개 메소드

Default constructor
public MqttCommunicationException ( ) : System
리턴 System

MqttCommunicationException() 공개 메소드

Constructor
public MqttCommunicationException ( Exception e ) : System
e Exception Inner Exception
리턴 System