SPFileCheckOutException class
SharePoint 2013
Represents an exception that is thrown when an error occurs during checkout of an SPFile object.
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.SPFileCheckOutException
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.SPFileCheckOutException
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
This exception is thrown when any file operation cannot be completed due to the checkout state of the file; for example, when the Delete() method is called on an SPFile object that is checked out to another user.
Show: