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

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

Syntax

‘선언
Public Sub New ( _
    requestContext As TeamFoundationRequestContext, _
    serverItem As String, _
    lockedBy As String, _
    lockedWorkspace As String, _
    lockLevel As LockLevel _
)
public ItemLockedException(
    TeamFoundationRequestContext requestContext,
    string serverItem,
    string lockedBy,
    string lockedWorkspace,
    LockLevel lockLevel
)
public:
ItemLockedException(
    TeamFoundationRequestContext^ requestContext, 
    String^ serverItem, 
    String^ lockedBy, 
    String^ lockedWorkspace, 
    LockLevel lockLevel
)
new : 
        requestContext:TeamFoundationRequestContext * 
        serverItem:string * 
        lockedBy:string * 
        lockedWorkspace:string * 
        lockLevel:LockLevel -> ItemLockedException
public function ItemLockedException(
    requestContext : TeamFoundationRequestContext, 
    serverItem : String, 
    lockedBy : String, 
    lockedWorkspace : String, 
    lockLevel : LockLevel
)

Parameters

.NET Framework Security

See Also

Reference

ItemLockedException Class

ItemLockedException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace