共用方式為


InternalTestFailureException 建構函式 (String, Exception)

使用指定的錯誤訊息和造成這個例外狀況原因的內部例外參考,初始化 InternalTestFailureException 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

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

參數

  • msg
    型別:System.String
    解釋例外狀況原因的錯誤訊息。

.NET Framework 安全性

請參閱

參考

InternalTestFailureException 類別

InternalTestFailureException 多載

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間