Class MqttCommunicationException
Exception due to error communication with broker on socket
Inherited Members
Namespace: nanoFramework.M2Mqtt.Exceptions
Assembly: nanoFramework.M2Mqtt.dll
Syntax
public class MqttCommunicationException : Exception
Constructors
MqttCommunicationException()
Default constructor
Declaration
public MqttCommunicationException()
MqttCommunicationException(Exception)
Constructor
Declaration
public MqttCommunicationException(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | Inner Exception |