AzureDevOpsBuildNotFoundException Class

Summary

Represents an error if a build was not found.
Namespace
Cake.AzureDevOps.Pipelines
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["AzureDevOpsBuildNotFoundException"] class Type type-node

Syntax

[Serializable]
public class AzureDevOpsBuildNotFoundException : AzureDevOpsException, ISerializable

Attributes

Type Description
SerializableAttribute

Constructors

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