Partager via


WebTestError.ExceptionText, propriété

Obtient ou définit le texte de l'exception, qui est la chaîne retournée par la méthode ToString() de l'exception.

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

Syntaxe

'Déclaration
Public Property ExceptionText As String
    Get
    Friend Set
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)

Valeur de propriété

Type : System.String
Texte d'exception.

Notes

ExceptionText sera nullune référence null (Nothing en Visual Basic) pour certains ErrorType.

Sécurité .NET Framework

Voir aussi

Référence

WebTestError Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms