Condividi tramite


Costruttore InternalTestFailureException (String, Exception)

Inizializza una nuova istanza di InternalTestFailureException classe con un messaggio di errore specificato e un riferimento all'eccezione interna che rappresenta la causa di questa eccezione.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • msg
    Tipo: System.String
    Il messaggio di errore che viene spiegato il motivo dell'eccezione.
  • ex
    Tipo: System.Exception
    Eccezione che rappresenta la causa dell'eccezione corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InternalTestFailureException Classe

Overload InternalTestFailureException

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting