WebTestException, classe

Mise à jour : novembre 2007

Exception qui est levée par le moteur de test pour les erreurs qui se produisent pendant l'exécution d'un test.

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

Syntaxe

<SerializableAttribute> _
Public Class WebTestException _
    Inherits Exception

Dim instance As WebTestException
[SerializableAttribute]
public class WebTestException : Exception
[SerializableAttribute]
public ref class WebTestException : public Exception
public class WebTestException extends Exception

Notes

Cette classe est sérialisable.

Hiérarchie d'héritage

System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
      Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestEndOfDataException

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres WebTestException

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms

Autres ressources

Utilisation des tests Web