Compartir a través de


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

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

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

Sintaxis

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

Parámetros

  • errorCode
    Tipo: System.Int32

    El código de error que identifica la excepción.

Vea también

Referencia

clase SPFileCheckOutException

Miembros SPFileCheckOutException

Sobrecarga SPFileCheckOutException

Espacio de nombres Microsoft.SharePoint