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

f2calv / CasCap.Common / 18116895416

30 Sep 2025 02:36AM UTC coverage: 0.318% (-0.002%) from 0.32%
18116895416

push

github

web-flow
F2calv/updates2 (#223)

* fixes

* fine tuning

* nuget updates

* rename file

* fixes

* renaming

* renaming

* rn

* rn

* rn

* tweaks

* rn

* build warnings

* rn

* fix info msgs

* fix info msgs

* tidy

* rn

* rn

* disable

* rn

* rn

* rn

* custom exception msgs

* more improvements

* lint fix

0 of 352 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 34 new or added lines in 7 files covered. (0.0%)

3 of 592 relevant lines covered (0.51%)

0.01 hits per line

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

0.0
/src/CasCap.Common.Extensions/Exceptions/GenericException.cs
1
namespace CasCap.Common.Exceptions;
2

3
/// <summary>
4
/// An generic/catch-all custom exception.
5
/// </summary>
6
public class GenericException : Exception
7
{
8
    /// <inheritdoc/>
NEW
9
    public GenericException()
×
10
    {
NEW
11
    }
×
12

13
    /// <inheritdoc/>
14
    public GenericException(string message)
NEW
15
        : base(message)
×
16
    {
NEW
17
    }
×
18

19
    /// <inheritdoc/>
20
    public GenericException(string message, Exception inner)
NEW
21
        : base(message, inner)
×
22
    {
NEW
23
    }
×
24
}
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