Partager via


RuleResult.Exception, propriété

Obtient ou définit l'exception.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Valeur de propriété

Type : System.Exception
L'exception qui a été levée lorsque la règle a été effectuée, ou nullune référence null (Nothing en Visual Basic) si aucune exception n'a été levée.

Sécurité .NET Framework

Voir aussi

Référence

RuleResult Classe

Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms