ItemLockedException-Konstruktor (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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- serverItem
Typ: System.String
- lockedItem
Typ: System.String
- lockedBy
Typ: System.String
- lockedWorkspace
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.