AzureDevOpsPullRequestNotFoundException.

AzureDevOpsPullRequestNotFoundException(Guid, int) Constructor

Summary

Initializes a new instance of the AzureDevOpsPullRequestNotFoundException class.

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