Freigeben über


MqttConnectionException Class

Definition

Throw this exception to reject the MQTT connection to control the reason code (MQTT 5.0) or return code (MQTT 3.1.1), user properties in the MQTT CONNACK packet.

public class MqttConnectionException : Exception
type MqttConnectionException = class
    inherit Exception
Public Class MqttConnectionException
Inherits Exception
Inheritance
MqttConnectionException

Constructors

Name Description
MqttConnectionException(MqttConnectEventErrorResponse)

Creates a new instance of MqttConnectionException.

Applies to