(String, Int32, SPFileCheckOutExceptionType, SPFile.SPCheckOutType, String) del constructor SPFileCheckOutException
Inicializa una nueva instancia de la clase SPFileCheckOutException con un mensaje de error, un código de error, un tipo de excepción, el tipo de desprotección y el usuario.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
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
Tipo: System.StringUn mensaje que describe el error.
errorCode
Tipo: System.Int32Un entero que identifica la excepción.
type
Tipo: Microsoft.SharePoint.SPFileCheckOutExceptionTypeUno de los valores de enumeración que describe el tipo de excepción de desprotección.
checkoutType
Tipo: Microsoft.SharePoint.SPFile.SPCheckOutTypeUno de los valores de enumeración que describe el tipo de desprotección.
checkoutUser
Tipo: System.StringEl nombre del usuario.
Vea también
Referencia
Miembros SPFileCheckOutException