SharePointCommandException 建構函式 (String, String, String, String, Exception)
使用指定的錯誤訊息、完整型別名稱,以及導致此例外狀況之內部例外狀況的參考,初始化 SharePointCommandException 類別的新執行個體。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
commandId As String, _
fullTypeName As String, _
originalStackTrace As String, _
innerException As Exception _
)
public SharePointCommandException(
string message,
string commandId,
string fullTypeName,
string originalStackTrace,
Exception innerException
)
參數
- message
型別:System.String
解釋例外狀況原因的錯誤訊息。
- commandId
型別:System.String
擲回例外狀況之命令的識別碼。
- fullTypeName
型別:System.String
擲回例外狀況之命令類別的完整型別名稱。
- originalStackTrace
型別:System.String
vssphost4.exe 處理序中例外狀況的原始堆疊追蹤。
- innerException
型別:System.Exception
導致目前例外狀況的例外。
如果 innerException 參數不是 null 參考 (在 Visual Basic 中為 Nothing),則會在處理內部例外狀況的 catch 區塊中引發目前的例外狀況。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。