This documentation is archived and is not being maintained.

BuildAgentDoesNotExistException Constructor (String)

Initializes a new BuildAgentDoesNotExistException instance.

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

public:
BuildAgentDoesNotExistException(
	String^ message
)

Parameters

message
Type: System::String

A message that describes the error.

Show: