StoredQueryNotFoundException 建構函式 (String, Exception, String, String)
初始化 StoredQueryNotFoundException 類別的新執行個體。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
innerException As Exception, _
name As String, _
guid As String _
)
public StoredQueryNotFoundException(
string message,
Exception innerException,
string name,
string guid
)
public:
StoredQueryNotFoundException(
String^ message,
Exception^ innerException,
String^ name,
String^ guid
)
new :
message:string *
innerException:Exception *
name:string *
guid:string -> StoredQueryNotFoundException
public function StoredQueryNotFoundException(
message : String,
innerException : Exception,
name : String,
guid : String
)
參數
message
類型:String錯誤訊息。
innerException
類型:Exception造成目前這個例外狀況的原始例外狀況。
name
類型:String預存程序的名稱。
guid
類型:String預存程序的 GUID 識別碼。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
StoredQueryNotFoundException 類別