BuildMachineRequestDoesNotExistException Constructor (String, Int64)

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

Syntax

'Declaration
Public Sub New ( _
    poolName As String, _
    requestId As Long _
)
public BuildMachineRequestDoesNotExistException(
    string poolName,
    long requestId
)
public:
BuildMachineRequestDoesNotExistException(
    String^ poolName, 
    long long requestId
)
new : 
        poolName:string * 
        requestId:int64 -> BuildMachineRequestDoesNotExistException
public function BuildMachineRequestDoesNotExistException(
    poolName : String, 
    requestId : long
)

Parameters

.NET Framework Security

See Also

Reference

BuildMachineRequestDoesNotExistException Class

BuildMachineRequestDoesNotExistException Overload

Microsoft.TeamFoundation.Build.Server Namespace