BuildServiceHostNotFoundException Constructor (String)

Initializes a new BuildServiceHostNotFoundException instance.

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

Syntax

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

Parameters

  • name
    Type: System.String

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

.NET Framework Security

See Also

Reference

BuildServiceHostNotFoundException Class

BuildServiceHostNotFoundException Overload

Microsoft.TeamFoundation.Build.Client Namespace