Summary
    Initializes a new instance of the 
		AzureDevOpsPullRequestNotFoundException class.
    - Namespace
- Cake.AzureDevOps .Repos .PullRequest 
- Containing Type
- AzureDev 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 |