SharePointCommandException 建構函式 (String, String, String, String)
使用指定的錯誤訊息、完整型別名稱和原始堆疊追蹤,初始化 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 _
)
public SharePointCommandException(
string message,
string commandId,
string fullTypeName,
string originalStackTrace
)
參數
- message
型別:System.String
解釋例外狀況原因的錯誤訊息。
- commandId
型別:System.String
擲回例外狀況之命令的識別碼。
- fullTypeName
型別:System.String
擲回例外狀況之命令類別的完整型別名稱。
- originalStackTrace
型別:System.String
vssphost4.exe 處理序中例外狀況的原始堆疊追蹤。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。