Compartilhar via


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

Inicializa uma nova instância da classe SPFileCheckOutException com uma mensagem de erro, um código de erro, um tipo de exceção, o tipo de check-out e o usuário.

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

Syntax

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

    Um inteiro que identifica a exceção.

Ver também

Referência

SPFileCheckOutException class

SPFileCheckOutException members

SPFileCheckOutException overload

Microsoft.SharePoint namespace