C# Class sahajquinci.MQTT_Broker.Exceptions.MqttCommunicationException

Exception due to error communication with broker on socket
Inheritance: Exception
Afficher le fichier Open project: sahajquinci/simplwmqttbroker

Méthodes publiques

Méthode Description
MqttCommunicationException ( ) : System

Default constructor

MqttCommunicationException ( Exception e ) : System

Constructor

Method Details

MqttCommunicationException() public méthode

Default constructor
public MqttCommunicationException ( ) : System
Résultat System

MqttCommunicationException() public méthode

Constructor
public MqttCommunicationException ( Exception e ) : System
e Exception Inner Exception
Résultat System