IssuesFoundException.

IssuesFoundException(int) Constructor

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