Table of Contents

Class MqttCommunicationException

Namespace
nanoFramework.M2Mqtt.Exceptions
Assembly
nanoFramework.M2Mqtt.dll

Exception due to error communication with broker on socket

public class MqttCommunicationException : Exception
Inheritance
MqttCommunicationException
Inherited Members
Extension Methods

Constructors

MqttCommunicationException()

Default constructor

public MqttCommunicationException()

MqttCommunicationException(Exception)

Constructor

public MqttCommunicationException(Exception e)

Parameters

e Exception

Inner Exception