共用方式為


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) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間