浏览代码

Correct to print right result

Lost a change while moving from my developement branch to here.
release/3.x.x
Jim Schaad 5 年前
父节点
当前提交
b1559a8fa5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Source/MQTTnet/Adapter/MqttConnectingFailedException.cs

+ 1
- 1
Source/MQTTnet/Adapter/MqttConnectingFailedException.cs 查看文件

@@ -6,7 +6,7 @@ namespace MQTTnet.Adapter
public class MqttConnectingFailedException : MqttCommunicationException
{
public MqttConnectingFailedException(MqttClientAuthenticateResult resultCode)
: base($"Connecting with MQTT server failed ({resultCode.ToString()}).")
: base($"Connecting with MQTT server failed ({resultCode.ResultCode.ToString()}).")
{
Result = resultCode;
}


正在加载...
取消
保存