Compartir a través de


(String, Int32, SPFileCheckOutExceptionType, SPFile.SPCheckOutType, String) del constructor SPFileCheckOutException

Inicializa una nueva instancia de la clase SPFileCheckOutException con un mensaje de error, un código de error, un tipo de excepción, el tipo de desprotección y el usuario.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    errorCode As Integer, _
    type As SPFileCheckOutExceptionType, _
    checkoutType As SPFile.SPCheckOutType, _
    checkoutUser As String _
)
'Uso
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
)

Parámetros

  • errorCode
    Tipo: System.Int32

    Un entero que identifica la excepción.

Vea también

Referencia

clase SPFileCheckOutException

Miembros SPFileCheckOutException

Sobrecarga SPFileCheckOutException

Espacio de nombres Microsoft.SharePoint