SPException members
Include protected members
Include inherited members
表示在Microsoft SharePoint Foundation中的例外狀況。
The SPException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPException() | 此成員是保留給內部使用,而不是用來直接從您的程式碼使用 | |
SPException(COMException) | 保留給內部使用。初始化SPException類別的新執行個體。 | |
SPException(String) | 此成員是保留給內部使用,而不是用來直接從您的程式碼使用 | |
SPException(SerializationInfo, StreamingContext) | 此成員是保留給內部使用,而不是用來直接從您的程式碼使用 | |
SPException(String, Exception) | 此成員是保留給內部使用,而不是用來直接從您的程式碼使用 | |
SPException(String, Int32) | 此成員是保留給內部使用,而不是用來直接從您的程式碼使用 |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | 取得識別例外狀況的整數。 | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | 取得與這個SPException物件相關聯的原生程式碼錯誤訊息。 | |
NativeStackTrace | 取得與這個SPException物件相關的原生程式碼堆疊追蹤。 | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | 儲存序列化例外狀況的相關資訊。 (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top