• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xaviersolau / QPSolver / 16332377818

16 Jul 2025 11:21PM UTC coverage: 77.815%. First build
16332377818

push

github

xaviersolau
Initial import.

235 of 302 new or added lines in 10 files covered. (77.81%)

235 of 302 relevant lines covered (77.81%)

671207.23 hits per line

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

0.0
/src/libs/SoloX.QPSolver/Exceptions/QPEngineException.cs
1
// ----------------------------------------------------------------------
2
// <copyright file="QPEngineException.cs" company="Xavier Solau">
3
// Copyright © 2025 Xavier Solau.
4
// Licensed under the MIT license.
5
// See LICENSE file in the project root for full license information.
6
// </copyright>
7
// ----------------------------------------------------------------------
8

9
namespace SoloX.QPSolver.Exceptions
10
{
11
    /// <summary>
12
    /// QPEngine Exception.
13
    /// </summary>
14
    [Serializable]
15
    public class QPEngineException : Exception
16
    {
17
        /// <summary>
18
        /// Setup exception instance.
19
        /// </summary>
NEW
20
        public QPEngineException()
×
21
        {
NEW
22
        }
×
23

24
        /// <summary>
25
        /// Setup exception instance.
26
        /// </summary>
NEW
27
        public QPEngineException(string? message) : base(message)
×
28
        {
NEW
29
        }
×
30

31
        /// <summary>
32
        /// Setup exception instance.
33
        /// </summary>
34
        public QPEngineException(string? message, Exception? innerException)
NEW
35
            : base(message, innerException)
×
36
        {
NEW
37
        }
×
38
    }
39
}
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

© 2026 Coveralls, Inc