使用提供的消息初始化 TeamProjectNotFoundException 类的新实例。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
public TeamProjectNotFoundException(
string message
)
public:
TeamProjectNotFoundException(
String^ message
)
new :
message:string -> TeamProjectNotFoundException
Public Sub New (
message As String
)
参数
- message
错误消息。
请参阅
TeamProjectNotFoundException 重载
TeamProjectNotFoundException 类
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首