Partager via


InternalTestFailureException, classe

Mise à jour : novembre 2007

Exception qui est levée pour indiquer une erreur interne pour un test.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

Public Class InternalTestFailureException _
    Inherits UnitTestAssertException

Dim instance As InternalTestFailureException
public class InternalTestFailureException : UnitTestAssertException
public ref class InternalTestFailureException : public UnitTestAssertException
public class InternalTestFailureException extends UnitTestAssertException

Hiérarchie d'héritage

System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
      Microsoft.VisualStudio.TestTools.UnitTesting.InternalTestFailureException

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 InternalTestFailureException

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms