SPFileCheckOutException - Constructeur (String, Int32, SPFileCheckOutExceptionType, SPFile.SPCheckOutType, String)
Initialise une nouvelle instance de la classe SPFileCheckOutException avec un message d'erreur, un code d'erreur, un type d'exception, le type de conclusion de la transaction et l'utilisateur.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
errorCode As Integer, _
type As SPFileCheckOutExceptionType, _
checkoutType As SPFile.SPCheckOutType, _
checkoutUser As String _
)
'Utilisation
Dim message As String
Dim errorCode As Integer
Dim type As SPFileCheckOutExceptionType
Dim checkoutType As SPFile.SPCheckOutType
Dim checkoutUser As String
Dim instance As New SPFileCheckOutException(message, _
errorCode, type, checkoutType, checkoutUser)
public SPFileCheckOutException(
string message,
int errorCode,
SPFileCheckOutExceptionType type,
SPFile.SPCheckOutType checkoutType,
string checkoutUser
)
Paramètres
message
Type : System.StringUn message qui décrit l'erreur.
errorCode
Type : System.Int32Nombre entier qui identifie l'exception.
type
Type : Microsoft.SharePoint.SPFileCheckOutExceptionTypeUne des valeurs d'énumération qui décrit le type d'exception de conclusion de la transaction.
checkoutType
Type : Microsoft.SharePoint.SPFile.SPCheckOutTypeUne des valeurs d'énumération qui décrit le type d'extraction.
checkoutUser
Type : System.StringLe nom de l'utilisateur.
Voir aussi
Référence
SPFileCheckOutException classe
SPFileCheckOutException - Membres