HostAlreadyExistsException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

HostAlreadyExistsException Class

HostAlreadyExistsException Overload

Microsoft.TeamFoundation.Framework.Server Namespace