StoredQueryNotFoundException 构造函数 (String, Exception, String, String)

 

初始化 StoredQueryNotFoundException 类的新实例。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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 Sub New (
    message As String,
    innerException As Exception,
    name As String,
    guid As String
)

参数

  • message
    错误消息。
  • innerException
    导致此当前异常的原始异常。
  • name
    存储过程的名称。
  • guid
    存储过程的 GUID 标识符。

请参阅

StoredQueryNotFoundException 重载
StoredQueryNotFoundException 类
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首