AzureDevOpsBranchNotFoundException Class

Summary

Represents an error if a branch 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["AzureDevOpsBranchNotFoundException"] class Type type-node

Syntax

[Serializable]
public class AzureDevOpsBranchNotFoundException : AzureDevOpsException, ISerializable

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
AzureDevOpsBranchNotFoundException() Initializes a new instance of the AzureDevOpsBranchNotFoundException class.
AzureDevOpsBranchNotFoundException(SerializationInfo, StreamingContext) Initializes a new instance of the AzureDevOpsBranchNotFoundException class with serialized data.
AzureDevOpsBranchNotFoundException(string) Initializes a new instance of the AzureDevOpsBranchNotFoundException class for a specific branch.
AzureDevOpsBranchNotFoundException(string, Exception) Initializes a new instance of the AzureDevOpsBranchNotFoundException class for a specific branch and a reference to the inner exception that is the cause of this exception.
GitHub
Discussions