Sdílet prostřednictvím


InternalTestFailureException – konstruktor (String)

Inicializuje novou instanci InternalTestFailureException třídy určené chybové zprávy.

Obor názvů:  Microsoft.VisualStudio.TestTools.UnitTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (v Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    msg As String _
)
public InternalTestFailureException(
    string msg
)
public:
InternalTestFailureException(
    String^ msg
)
new : 
        msg:string -> InternalTestFailureException
public function InternalTestFailureException(
    msg : String
)

Parametry

  • msg
    Typ: String

    Chybová zpráva řetězec.

Poznámky

Následující tabulka zobrazuje hodnoty počáteční vlastnost instance InternalTestFailureException.

Property

Value

Vnitřní výjimka

nullodkaz null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

InternalTestFailureException Třída

InternalTestFailureException – přetížení

Microsoft.VisualStudio.TestTools.UnitTesting – obor názvů