GitHubIssueException.

GitHubIssueException(string, Exception) Constructor

Summary

Initializes a new instance of the GitHubIssueException class with the specified error message and inner exception.
Assembly
Cake.GitHub.dll
Namespace
Cake.GitHub
Containing Type
GitHubIssueException

Syntax

protected GitHubIssueException(string message, Exception innerException)

Parameters

Name Type Description
message string
innerException Exception

Return Value

Type Description
void