SPFileCheckOutException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPFileCheckOutException class.
Overload List
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