初始化 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 类