IssueNotFoundException.

IssueNotFoundException(string, Exception) Constructor

Summary

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

Syntax

public IssueNotFoundException(string message, Exception innerException)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
message string
innerException Exception

Return Value

Type Description
void