Share via


BuildControllerDoesNotExistException Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    computer As String _
)
public BuildControllerDoesNotExistException(
    string computer
)
public:
BuildControllerDoesNotExistException(
    String^ computer
)
new : 
        computer:string -> BuildControllerDoesNotExistException
public function BuildControllerDoesNotExistException(
    computer : String
)

Parameters

.NET Framework Security

See Also

Reference

BuildControllerDoesNotExistException Class

BuildControllerDoesNotExistException Overload

Microsoft.TeamFoundation.Build.Server Namespace