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.AzureDevOps.
Summary
Initializes a new instance of the
AzureDevOpsPullRequestNotFoundException class.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest - Containing Type
- Azure
Dev Ops Pull Request Not Found Exception
Syntax
public AzureDevOpsPullRequestNotFoundException(Guid repositoryId, int pullRequestId)
Parameters
| Name | Type | Description |
|---|---|---|
| repositoryId | Guid | ID of the repository where the pull request was searched. |
| pullRequestId | int | ID of the pull request which could not be found. |
Return Value
| Type | Description |
|---|---|
| void |
