QueuedBuildDoesNotExistException Constructor (Int32)

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

Syntax

'Declaration
Public Sub New ( _
    queueId As Integer _
)
public QueuedBuildDoesNotExistException(
    int queueId
)
public:
QueuedBuildDoesNotExistException(
    int queueId
)
new : 
        queueId:int -> QueuedBuildDoesNotExistException
public function QueuedBuildDoesNotExistException(
    queueId : int
)

Parameters

.NET Framework Security

See Also

Reference

QueuedBuildDoesNotExistException Class

QueuedBuildDoesNotExistException Overload

Microsoft.TeamFoundation.Build.Server Namespace