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.StringThe name of the build service host that was not found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BuildServiceHostNotFoundException Class