Partager via


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

  • errorCode
    Type : System.Int32

    Nombre entier qui identifie l'exception.

Voir aussi

Référence

SPFileCheckOutException classe

SPFileCheckOutException - Membres

SPFileCheckOutException - Surcharge

Microsoft.SharePoint - Espace de noms