This documentation is archived and is not being maintained.

BuildDefinitionNotFoundException Constructor (String, String)

Initializes a new BuildDefinitionNotFoundException isntance.

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

public:
BuildDefinitionNotFoundException(
	String^ teamProject, 
	String^ name
)

Parameters

teamProject
Type: System::String

The team project that was queried.

name
Type: System::String

The name of the build definition that was not found.

Show: