BuildMachineRequestDoesNotExistException Constructor (String, Exception)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public BuildMachineRequestDoesNotExistException(
    string message,
    Exception ex
)
public:
BuildMachineRequestDoesNotExistException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> BuildMachineRequestDoesNotExistException
public function BuildMachineRequestDoesNotExistException(
    message : String, 
    ex : Exception
)

Parameters

.NET Framework Security

See Also

Reference

BuildMachineRequestDoesNotExistException Class

BuildMachineRequestDoesNotExistException Overload

Microsoft.TeamFoundation.Build.Client Namespace