This documentation is archived and is not being maintained.

DeleteBuildFailedException Constructor (String, String)

Initializes a new DeleteBuildFailedException instance.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
DeleteBuildFailedException(
	String^ build, 
	String^ failureMessage
)

Parameters

build
Type: System::String

The build that failed to delete.

failureMessage
Type: System::String

A message that describes the failure.

Show: