This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
Summary
Initializes a new instance of the
IssuesFoundException class for a list of issues.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssuesFoundException
Syntax
public IssuesFoundException(int issueCount)
Parameters
| Name | Type | Description |
|---|---|---|
| issueCount | int | Number of issues which are found. |
Return Value
| Type | Description |
|---|---|
| void |
