Partilhar via


Propriedade RuleResult.Exception

Obtém ou define a exceção.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Exception
A exceção que é lançada quando a regra foi executada, ou nulluma referência nula (Nothing no Visual Basic) se nenhuma exceção foi acionada.

Segurança do .NET Framework

Consulte também

Referência

RuleResult Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules