Condividi tramite


Proprietà TestResultMessage.SystemException

Ottiene o imposta l'eccezione più recente che è stata rilevata durante l'esecuzione dei test o il test associata.

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

Sintassi

'Dichiarazione
Public Property SystemException As Exception
public Exception SystemException { get; set; }
public:
property Exception^ SystemException {
    Exception^ get ();
    void set (Exception^ value);
}
member SystemException : Exception with get, set
function get SystemException () : Exception
function set SystemException (value : Exception)

Valore proprietà

Tipo: System.Exception
L'eccezione più recente che è stata rilevata durante l'esecuzione dei test o il test associata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultMessage Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common