SPFileLockException members
Include protected members
Include inherited members
檔案鎖定會導致SPFile物件上作業期間發生錯誤時擲回的例外狀況。
The SPFileLockException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFileLockException(SPFile, String, Int32, SPFileLockExceptionType) | 檔案發生錯誤,訊息會描述錯誤、 錯誤程式碼,以及檔案鎖定例外狀況型別,初始化SPFileLockException類別的新執行個體。 | |
SPFileLockException(String, Int32, SPFileLockExceptionType, SPFile.SPLockType, String, DateTime, String) | 初始化新類別的執行個體SPFileLockException訊息,來描述錯誤、 錯誤程式碼、 檔案鎖定例外狀況的類型、 鎖定類型、 建立鎖定,鎖定到期時,時間和鎖定識別項 (ID) 的使用者名稱。 |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | 取得識別例外狀況的整數。 (Inherited from SPException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
LockedBy | 取得擁有鎖定的使用者名稱。 | |
LockExpires | 取得鎖定到期的時間與日期。 | |
LockId | 取得鎖定的識別碼 (ID)。 | |
LockType | 取得鎖定的型別。 | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | 取得與這個SPException物件相關聯的原生程式碼錯誤訊息。 (Inherited from SPException.) | |
NativeStackTrace | 取得與這個SPException物件相關的原生程式碼堆疊追蹤。 (Inherited from SPException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) | |
Type | 取得值,描述例外狀況發生的原因。 |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | 填入所提供的SerializationInfo物件, SPFileLockException的相關資訊。 (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top