MqttConnectionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |