Partager via


TestMethodInvokerResult.Exception, propriété

Obtient ou définit Exception qui est levée dans le demandeur.

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

Syntaxe

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

Valeur de propriété

Type : Exception
Exception qui est levée dans le demandeur.

Sécurité .NET Framework

Voir aussi

Référence

TestMethodInvokerResult Classe

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms