Compartilhar via


SPFileLockException constructor (SPFile, String, Int32, SPFileLockExceptionType)

Inicializa uma nova instância da classe SPFileLockException com o arquivo onde o erro ocorreu, uma mensagem para descrever o erro, um código de erro e o tipo de exceção de bloqueio de arquivo.

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 SPFileLockExceptionType _
)
'Uso
Dim file As SPFile
Dim message As String
Dim errorCode As Integer
Dim type As SPFileLockExceptionType

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

Parâmetros

Ver também

Referência

SPFileLockException class

SPFileLockException members

SPFileLockException overload

Microsoft.SharePoint namespace