Summary
    Represents an error if a build was not found.
    
		- Namespace
- Cake.AzureDevOps .Pipelines 
- 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["AzureDevOpsBuildNotFoundException"]
class Type type-node
						
					Syntax
[Serializable]
public class AzureDevOpsBuildNotFoundException : AzureDevOpsException, ISerializableAttributes
| Type | Description | 
|---|---|
| Serializable | 
Constructors
| Name | Summary | 
|---|---|
| Azure | Initializes a new instance of the AzureDevOpsBuildNotFoundExceptionclass. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildNotFoundExceptionclass. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildNotFoundExceptionclass with serialized data. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildNotFoundExceptionclass with a specified error message. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildNotFoundExceptionclass with a specified error message
    and a reference to the inner exception that is the cause of this exception. |