This documentation is archived and is not being maintained.

BuildNotFoundException Constructor (String, String)

Initializes a new BuildNotFoundException instance.

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

public:
BuildNotFoundException(
	String^ buildNumber, 
	String^ buildDefinitionPath
)

Parameters

buildNumber
Type: System::String

The build number that was not found.

buildDefinitionPath
Type: System::String

The build definition path that was used.

Show: