TeamProjectNotFoundException 构造函数 (String, Exception)

 

使用提供的消息和内部异常初始化 TeamProjectNotFoundException 类的新实例。

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

语法

public TeamProjectNotFoundException(
    string message,
    Exception ex
)
public:
TeamProjectNotFoundException(
    String^ message,
    Exception^ ex
)
new : 
        message:string *
        ex:Exception -> TeamProjectNotFoundException
Public Sub New (
    message As String,
    ex As Exception
)

参数

  • message
    错误消息。
  • ex
    导致此异常的异常。

请参阅

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

返回页首