Condividi tramite


Proprietà WebTestError.ExceptionText

Ottiene o imposta il testo dell'eccezione, che consiste nella stringa restituita dal metodo ToString() dell'eccezione.

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

Sintassi

'Dichiarazione
Public Property ExceptionText As String
public string ExceptionText { get; internal set; }
public:
property String^ ExceptionText {
    String^ get ();
    internal: void set (String^ value);
}
member ExceptionText : string with get, internal set
function get ExceptionText () : String 
internal function set ExceptionText (value : String)

Valore proprietà

Tipo: String
Testo dell'eccezione.

Note

ExceptionText sarà nullriferimento null (Nothing in Visual Basic) per alcuni ErrorTypes.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestError Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting