TestManagementAPINotSupportedException 建構函式 (String, Exception)

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public TestManagementAPINotSupportedException(
    string message,
    Exception ex
)
public:
TestManagementAPINotSupportedException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> TestManagementAPINotSupportedException
public function TestManagementAPINotSupportedException(
    message : String, 
    ex : Exception
)

參數

  • message
    類型:String
  • ex
    類型:Exception

.NET Framework 安全性

請參閱

參考

TestManagementAPINotSupportedException 類別

TestManagementAPINotSupportedException 多載

Microsoft.TeamFoundation.TestManagement.Client 命名空間