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.GitHub.
Summary
Initializes a new instance of
IssueNotFoundException with the specified error message and inner exception.
- Assembly
- Cake
.GitHub .dll - Namespace
- Cake
.GitHub - Containing Type
- Issue
Not Found Exception
Syntax
public IssueNotFoundException(string message, Exception innerException)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | |
| innerException | Exception |
Return Value
| Type | Description |
|---|---|
| void |
