ItemLockedException Constructor (TeamFoundationRequestContext, String, String, String, String)

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

Syntax

'Declaration
Public Sub New ( _
    requestContext As TeamFoundationRequestContext, _
    serverItem As String, _
    lockedItem As String, _
    lockedBy As String, _
    lockedWorkspace As String _
)
public ItemLockedException(
    TeamFoundationRequestContext requestContext,
    string serverItem,
    string lockedItem,
    string lockedBy,
    string lockedWorkspace
)
public:
ItemLockedException(
    TeamFoundationRequestContext^ requestContext, 
    String^ serverItem, 
    String^ lockedItem, 
    String^ lockedBy, 
    String^ lockedWorkspace
)
new : 
        requestContext:TeamFoundationRequestContext * 
        serverItem:string * 
        lockedItem:string * 
        lockedBy:string * 
        lockedWorkspace:string -> ItemLockedException
public function ItemLockedException(
    requestContext : TeamFoundationRequestContext, 
    serverItem : String, 
    lockedItem : String, 
    lockedBy : String, 
    lockedWorkspace : String
)

Parameters

.NET Framework Security

See Also

Reference

ItemLockedException Class

ItemLockedException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace