AzureDevOpsException.

AzureDevOpsException(string) Constructor

Summary

Initializes a new instance of the AzureDevOpsException class with a specified error message.
Assembly
Cake.AzureDevOps.dll
Namespace
Cake.AzureDevOps
Containing Type
AzureDevOpsException

Syntax

public AzureDevOpsException(string message)

Parameters

Name Type Description
message string The message that describes the error.

Return Value

Type Description
void