SPFileCheckOutException class
表示擲回錯誤發生時的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
'宣告
Public NotInheritable Class SPFileCheckOutException _
Inherits SPException
'用途
Dim instance As SPFileCheckOutException
public sealed class SPFileCheckOutException : SPException
備註
無法簽出檔案的狀態 ; 因為完成任何檔案作業時,會擲回這個例外狀況例如, Delete()方法呼叫時已簽出至另一位使用者的SPFile物件上。
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.