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

Giorgi / DuckDB.NET / 22921736195

10 Mar 2026 07:24PM UTC coverage: 89.526% (+0.08%) from 89.45%
22921736195

push

github

Giorgi
Update global.json

1255 of 1463 branches covered (85.78%)

Branch coverage included in aggregate %.

2651 of 2900 relevant lines covered (91.41%)

447643.55 hits per line

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

75.0
/DuckDB.NET.Data/DuckDBException.cs
1
namespace DuckDB.NET.Data;
2

3
public class DuckDBException : DbException
4
{
5
    public DuckDBErrorType ErrorType { get; }
6✔
6

7
    internal DuckDBException()
×
8
    {
9
    }
×
10

11

12
    internal DuckDBException(string message) : base(message)
18✔
13
    {
14
    }
18✔
15

16
    internal DuckDBException(string message, DuckDBErrorType errorType) : base(message, (int)errorType) => ErrorType = errorType;
60✔
17

18
    internal DuckDBException(string message, Exception? innerException) : base(message, innerException)
33✔
19
    {
20
    }
33✔
21
}
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