SPFileCheckOutException Members
Include Protected Members
Include Inherited Members
Represents an exception that is thrown when an error occurs during checkout of an SPFile object.
The SPFileCheckOutException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFileCheckOutException(SPFile, String, Int32, SPFileCheckOutExceptionType) | Initializes a new instance of the SPFileCheckOutException class with the file, error message, error code, and exception type. | |
SPFileCheckOutException(String, Int32, SPFileCheckOutExceptionType, SPFile.SPCheckOutType, String) | Initializes a new instance of the SPFileCheckOutException class with an error message, an error code, an exception type, the checkout type, and the user. |
Top
Properties
Name | Description | |
---|---|---|
CheckedOutBy | Gets the user who has checked out the file. | |
CheckOutType | Gets a value that indicates how the file is checked out of a document library. | |
Data | (Inherited from Exception.) | |
ErrorCode | Gets an integer that identifies the exception. (Inherited from SPException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | Gets the native code error message that is associated with this SPException object. (Inherited from SPException.) | |
NativeStackTrace | Gets the native code stack trace associated with this SPException object. (Inherited from SPException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) | |
Type | Gets a value that describes why the exception has occurred. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Saves information about the exception for serialization. (Inherited from SPException.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top