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
- queueId
 Type: System.Int32
.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
QueuedBuildDoesNotExistException Class