Summary
    Represents errors that occur during connecting to Azure DevOps.
    
		- Namespace
- Cake.AzureDevOps 
- Interfaces
- 
									- ISerializable
 
- Base Types
- 
									- object
- Exception
 
- Derived Types
							graph BT
	Type-->Base0["Exception"]
	Base0-->Base1["object"]
	Type-.->Interface0["ISerializable"]
	Type["AzureDevOpsException"]
class Type type-node
	Derived0["AzureDevOpsBuildNotFoundException"]-->Type
	click Derived0 "/Cake.AzureDevOps/api/Cake.AzureDevOps.Pipelines/AzureDevOpsBuildNotFoundException"
	Derived1["AzureDevOpsPullRequestNotFoundException"]-->Type
	click Derived1 "/Cake.AzureDevOps/api/Cake.AzureDevOps.Repos.PullRequest/AzureDevOpsPullRequestNotFoundException"
	Derived2["AzureDevOpsBranchNotFoundException"]-->Type
	click Derived2 "/Cake.AzureDevOps/api/Cake.AzureDevOps.Repos.PullRequest/AzureDevOpsBranchNotFoundException"
						
					Syntax
[Serializable]
public class AzureDevOpsException : Exception, ISerializableAttributes
| Type | Description | 
|---|---|
| Serializable | 
Constructors
| Name | Summary | 
|---|---|
| AzureDevOpsException | Initializes a new instance of the AzureDevOpsExceptionclass. | 
| AzureDevOpsException | Initializes a new instance of the AzureDevOpsExceptionclass with serialized data. | 
| AzureDevOpsException | Initializes a new instance of the AzureDevOpsExceptionclass with a specified error message. | 
| AzureDevOpsException | Initializes a new instance of the AzureDevOpsExceptionclass with a specified error message
    and a reference to the inner exception that is the cause of this exception. |