SPFileCheckOutException class
Representa uma exceção que é lançada quando ocorre um erro durante o check-out de um objeto SPFile .
Inheritance hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.SPFileCheckOutException
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public NotInheritable Class SPFileCheckOutException _
Inherits SPException
'Uso
Dim instance As SPFileCheckOutException
public sealed class SPFileCheckOutException : SPException
Comentários
Essa exceção é lançada quando uma operação de arquivo não pode ser concluída devido ao estado de check-out do arquivo. Por exemplo, quando o método Delete() é chamado em um objeto de SPFile check-out para outro usuário.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.