Partilhar via


Propriedade WebTestError.ExceptionText

Obtém ou define o texto de exceção, que é a seqüência que é retornada pelo método toString () da exceção.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
O texto de exceção.

Comentários

Será ExceptionText nulluma referência nula (Nothing no Visual Basic) para alguns ErrorTypes.

Segurança do .NET Framework

Consulte também

Referência

WebTestError Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting