SPDistributedCachedObjectAlreadyLockedException - Constructeur (String, Exception)
Espace de noms : Microsoft.SharePoint.DistributedCaching
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
msg As String, _
e As Exception _
)
'Utilisation
Dim msg As String
Dim e As Exception
Dim instance As New SPDistributedCachedObjectAlreadyLockedException(msg, e)
public SPDistributedCachedObjectAlreadyLockedException(
string msg,
Exception e
)
Paramètres
- msg
Type : System.String
- e
Type : System.Exception
Voir aussi
Référence
SPDistributedCachedObjectAlreadyLockedException classe
SPDistributedCachedObjectAlreadyLockedException - Membres