AzureDevOpsException Class

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, ISerializable

Attributes

Type Description
SerializableAttribute

Constructors

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