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
file
Type: Microsoft.SharePoint.SPFileO arquivo no qual foi tentada uma operação de check-out.
message
Type: System.StringUma mensagem que descreve o erro.
errorCode
Type: System.Int32O código de erro que identifica a exceção.
type
Type: Microsoft.SharePoint.SPFileCheckOutExceptionTypeO tipo de exceção de check-out.
Ver também
Referência
SPFileCheckOutException members