This documentation is archived and is not being maintained.

BuildControllerNotReadyToSaveException Constructor (String)

Initializes a new BuildControllerNotReadyToSaveException instance.

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

public:
BuildControllerNotReadyToSaveException(
	String^ controllerName
)

Parameters

controllerName
Type: System::String

The build controller that was not ready to save.

Show: