This documentation is archived and is not being maintained.

BuildServiceHostNotFoundException Constructor (String)

Initializes a new BuildServiceHostNotFoundException instance.

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

public:
BuildServiceHostNotFoundException(
	String^ name
)

Parameters

name
Type: System::String

The name of the build service host that was not found.

Show: