Partager via


SPFileCheckOutException - Constructeur (SPFile, String, Int32, SPFileCheckOutExceptionType)

Initialise une nouvelle instance de la classe SPFileCheckOutException avec le fichier, le message d'erreur, le code d'erreur et le type d'exception.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    file As SPFile, _
    message As String, _
    errorCode As Integer, _
    type As SPFileCheckOutExceptionType _
)
'Utilisation
Dim file As SPFile
Dim message As String
Dim errorCode As Integer
Dim type As SPFileCheckOutExceptionType

Dim instance As New SPFileCheckOutException(file, message, _
    errorCode, type)
public SPFileCheckOutException(
    SPFile file,
    string message,
    int errorCode,
    SPFileCheckOutExceptionType type
)

Paramètres

  • errorCode
    Type : System.Int32

    Le code d'erreur qui identifie l'exception.

Voir aussi

Référence

SPFileCheckOutException classe

SPFileCheckOutException - Membres

SPFileCheckOutException - Surcharge

Microsoft.SharePoint - Espace de noms