Table of Contents

Class MqttConnectionException

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

Connection to the broker exception

public class MqttConnectionException : Exception
Inheritance
MqttConnectionException
Inherited Members
Extension Methods

Constructors

MqttConnectionException(string, Exception)

Connection to the broker exception

public MqttConnectionException(string message, Exception innerException)

Parameters

message string

A friendly message of the exception that occurred

innerException Exception

Detail on why the exception occurred