Summary
Initializes a new instance of the
AzureDevOpsBuildNotFoundException class.
- Namespace
- Cake
.AzureDevOps .Pipelines - Containing Type
- Azure
Dev Ops Build Not Found Exception
Syntax
public AzureDevOpsBuildNotFoundException(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 |