Compartilhar via


SPFileCheckOutException constructor (SPFile, String, Int32, SPFileCheckOutExceptionType)

Inicializa uma nova instância da classe SPFileCheckOutException com o arquivo, mensagem de erro, código de erro e o tipo de exceção.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
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
    Type: System.Int32

    O código de erro que identifica a exceção.

Ver também

Referência

SPFileCheckOutException class

SPFileCheckOutException members

SPFileCheckOutException overload

Microsoft.SharePoint namespace