AzureDevOpsPullRequestNotFoundException Class

Summary

Represents an error if a pull request was not found.
Namespace
Cake.AzureDevOps.Repos.PullRequest
Interfaces
  • ISerializable
Base Types
graph BT Type-->Base0["AzureDevOpsException"] click Base0 "/Cake.AzureDevOps/api/Cake.AzureDevOps/AzureDevOpsException" Base0-->Base1["Exception"] Base1-->Base2["object"] Type-.->Interface0["ISerializable"] Type["AzureDevOpsPullRequestNotFoundException"] class Type type-node

Syntax

[Serializable]
public class AzureDevOpsPullRequestNotFoundException : AzureDevOpsException, ISerializable

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
AzureDevOpsPullRequestNotFoundException() Initializes a new instance of the AzureDevOpsPullRequestNotFoundException class.
AzureDevOpsPullRequestNotFoundException(Guid, int) Initializes a new instance of the AzureDevOpsPullRequestNotFoundException class.
AzureDevOpsPullRequestNotFoundException(SerializationInfo, StreamingContext) Initializes a new instance of the AzureDevOpsPullRequestNotFoundException class with serialized data.
AzureDevOpsPullRequestNotFoundException(string) Initializes a new instance of the AzureDevOpsPullRequestNotFoundException class with a specified error message.
AzureDevOpsPullRequestNotFoundException(string, Exception) Initializes a new instance of the AzureDevOpsPullRequestNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
GitHub
Discussions