BuildServiceHostUpdateException Constructor
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub New ( _
property As String, _
serviceHostName As String _
)
public BuildServiceHostUpdateException(
string property,
string serviceHostName
)
public:
BuildServiceHostUpdateException(
String^ property,
String^ serviceHostName
)
new :
property:string *
serviceHostName:string -> BuildServiceHostUpdateException
public function BuildServiceHostUpdateException(
property : String,
serviceHostName : String
)
Parameters
- property
Type: System.String
- serviceHostName
Type: System.String
.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.