Condividi tramite


Proprietà RunInfo.Exception

ottiene Exception, se presente, che deriva dall'esecuzione dei test.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception with get
function get Exception () : Exception

Valore proprietà

Tipo: System.Exception
Exception o nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunInfo Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common