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
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.