Summary
    Represents an error if a branch was not found.
    
		- Namespace
- Cake.AzureDevOps .Repos .PullRequest 
- Interfaces
- 
									- ISerializable
 
- Base Types
- 
									- object
- Exception
- AzureDevOpsException
 
							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, ISerializableAttributes
| Type | Description | 
|---|---|
| Serializable | 
Constructors
| Name | Summary | 
|---|---|
| Azure | Initializes a new instance of the AzureDevOpsBranchNotFoundExceptionclass. | 
| Azure | Initializes a new instance of the AzureDevOpsBranchNotFoundExceptionclass with serialized data. | 
| Azure | Initializes a new instance of the AzureDevOpsBranchNotFoundExceptionclass for a specific branch. | 
| Azure | Initializes a new instance of the AzureDevOpsBranchNotFoundExceptionclass for a specific branch
    and a reference to the inner exception that is the cause of this exception. |