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
message
Type: System.StringUma mensagem que descreve o erro.
errorCode
Type: System.Int32Um inteiro que identifica a exceção.
type
Type: Microsoft.SharePoint.SPFileCheckOutExceptionTypeUm dos valores de enumeração que descreve o tipo de exceção de check-out.
checkoutType
Type: Microsoft.SharePoint.SPFile.SPCheckOutTypeUm dos valores de enumeração que descreve o tipo de check-out.
checkoutUser
Type: System.StringO nome do usuário.
Ver também
Referência
SPFileCheckOutException members