Partager via


TestResultMessage.SystemException, propriété

Obtient ou définit l'exception la plus récente rencontrée pendant la série de tests ou le test associés.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Property SystemException As Exception
    Get
    Set
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)

Valeur de propriété

Type : System.Exception
Exception la plus récente rencontrée pendant la série de tests ou le test associés.

Sécurité .NET Framework

Voir aussi

Référence

TestResultMessage Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms