Class MqttConnectionException
Connection to the broker exception
Inherited Members
Namespace: nanoFramework.M2Mqtt.Exceptions
Assembly: nanoFramework.M2Mqtt.dll
Syntax
public class MqttConnectionException : Exception
Constructors
MqttConnectionException(string, Exception)
Connection to the broker exception
Declaration
public MqttConnectionException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | A friendly message of the exception that occurred |
Exception | innerException | Detail on why the exception occurred |