• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

net-daemon / netdaemon / 6578432407

19 Oct 2023 05:58PM UTC coverage: 80.941% (-0.3%) from 81.222%
6578432407

push

github

web-flow
Fix alot of warnings (#956)

811 of 1148 branches covered (0.0%)

Branch coverage included in aggregate %.

28 of 28 new or added lines in 15 files covered. (100.0%)

2939 of 3485 relevant lines covered (84.33%)

50.3 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Extensions/NetDaemon.Extensions.MqttEntityManager/Exceptions/MqttConnectionException.cs
1
namespace NetDaemon.Extensions.MqttEntityManager.Exceptions;
2

3
/// <summary>
4
/// MQTT connection failed
5
/// </summary>
6
public class MqttConnectionException : Exception
7
{
8
    /// <summary>
9
    /// MQTT connection failed
10
    /// </summary>
11
    /// <param name="msg"></param>
12
    public MqttConnectionException(string msg) : base(msg)
×
13
    {}
×
14

15
    /// <summary>
16
    /// MQTT connection failed
17
    /// </summary>
18
    /// <param name="msg"></param>
19
    /// <param name="innerException"></param>
20
    public MqttConnectionException(string msg, Exception innerException) : base(msg, innerException)
×
21
    {}
×
22

23
    /// <summary>
24
    /// MQTT connection failed
25
    /// </summary>
26
    public MqttConnectionException()
×
27
    {
28
    }
×
29
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc