Class: | SharpHoundCommonLib.Exceptions.NoLdapDataException |
---|---|
Assembly: | SharpHoundCommonLib |
File(s): | D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\Exceptions\NoLdapDataException.cs |
Covered lines: | 0 |
Uncovered lines: | 3 |
Coverable lines: | 3 |
Total lines: | 11 |
Line coverage: | 0% (0 of 3) |
Covered branches: | 0 |
Total branches: | 0 |
Method | Branch coverage | Cyclomatic complexity | NPath complexity | Sequence coverage |
---|---|---|---|---|
.ctor() | 100% | 1 | 0 | 0% |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | using System; | |||
2 |
| |||
3 | namespace SharpHoundCommonLib.Exceptions | |||
4 | { | |||
5 | internal class NoLdapDataException : Exception | |||
6 | { | |||
0 | 7 | public NoLdapDataException() | ||
0 | 8 | { | ||
0 | 9 | } | ||
10 | } | |||
11 | } |