SharePointCommandException 類別
當 SharePoint 命令失敗時所擲回的例外狀況。
繼承階層架構
System.Object
System.Exception
Microsoft.VisualStudio.SharePoint.SharePointCommandException
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Class SharePointCommandException _
Inherits Exception
[SerializableAttribute]
public class SharePointCommandException : Exception
SharePointCommandException 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
SharePointCommandException() | 初始化 SharePointCommandException 類別的新執行個體。 | |
SharePointCommandException(String) | 使用指定的錯誤訊息,初始化 SharePointCommandException 類別的新執行個體。 | |
SharePointCommandException(SerializationInfo, StreamingContext) | 使用序列化資料,初始化 SharePointCommandException 類別的新執行個體。 | |
SharePointCommandException(String, Exception) | 使用指定的錯誤訊息和導致此例外狀況之內部例外狀況的參考,初始化 SharePointCommandException 類別的新執行個體。 | |
SharePointCommandException(String, String, String, String) | 使用指定的錯誤訊息、完整型別名稱和原始堆疊追蹤,初始化 SharePointCommandException 類別的新執行個體。 | |
SharePointCommandException(String, String, String, String, Exception) | 使用指定的錯誤訊息、完整型別名稱,以及導致此例外狀況之內部例外狀況的參考,初始化 SharePointCommandException 類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
CommandId | 取得導致例外狀況的命令識別碼。 | |
Data | 取得由索引鍵/值組所組成的集合,提供關於此例外狀況的額外使用者定義資訊。 (繼承自 Exception)。 | |
FullTypeName | 取得導致例外狀況之命令類別的完整型別名稱。 | |
HelpLink | 取得或設定與這個例外狀況相關聯說明檔的連結。 (繼承自 Exception)。 | |
HResult | 取得或設定 HRESULT,它是指派給特定例外狀況的編碼數值。 (繼承自 Exception)。 | |
InnerException | 取得造成目前例外狀況的 Exception 執行個體。 (繼承自 Exception)。 | |
Message | 取得描述目前例外狀況的訊息。 (繼承自 Exception)。 | |
OriginalStackTrace | 從 vssphost4.exe 處理序中取得原始例外狀況堆疊。 | |
Source | 取得或設定造成錯誤的應用程式或物件的名稱。 (繼承自 Exception)。 | |
StackTrace | 取得呼叫堆疊上之立即框架的字串表示。 (繼承自 Exception)。 | |
TargetSite | 取得擲回目前例外狀況的方法。 (繼承自 Exception)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
Finalize | 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。 | |
GetBaseException | 在衍生類別中覆寫時,傳回一或多個後續的例外狀況的根本原因 Exception。 (繼承自 Exception)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetObjectData | 使用例外狀況的相關資訊設定 SerializationInfo。 (覆寫 Exception.GetObjectData(SerializationInfo, StreamingContext)。) | |
GetType | 取得目前執行個體的執行階段型別。 (繼承自 Exception)。 | |
MemberwiseClone | 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 | |
ToString | 建立並傳回目前例外狀況的字串表示。 (繼承自 Exception)。 |
回頁首
備註
「SharePoint 命令」(SharePoint Command) 是可用來在 SharePoint 工具延伸中呼叫至 SharePoint 伺服器物件模型中的方法。SharePoint 命令會由名為 vssphost4.exe 的 64 位元處理序執行。在 vssphost4.exe 中引發的任何例外狀況都會以 SharePointCommandException 的型式傳回至 SharePoint 命令。
如需 SharePoint 命令的詳細資訊,請參閱呼叫 SharePoint 物件模型。
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。