Share via


BuildServiceHostDoesNotExistException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

BuildServiceHostDoesNotExistException Class

BuildServiceHostDoesNotExistException Overload

Microsoft.TeamFoundation.Build.Server Namespace