Table of Contents

Class MqttCommunicationException

Namespace
MQTTnet.Exceptions
Assembly
MQTTnet.dll
public class MqttCommunicationException : Exception, ISerializable
Inheritance
MqttCommunicationException
Implements
Derived
Inherited Members

Constructors

MqttCommunicationException(Exception)

public MqttCommunicationException(Exception innerException)

Parameters

innerException Exception

MqttCommunicationException(string, Exception)

public MqttCommunicationException(string message, Exception innerException = null)

Parameters

message string
innerException Exception