TestManagementServerException 构造函数 (String, Exception)

 

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

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

语法

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

参数

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

请参阅

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

返回页首