Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The exception that is thrown to indicate an internal failure for a test.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Class InternalTestFailureException _
Inherits UnitTestAssertException
'Usage
Dim instance As InternalTestFailureException
public class InternalTestFailureException : UnitTestAssertException
public ref class InternalTestFailureException : public UnitTestAssertException
public class InternalTestFailureException extends UnitTestAssertException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
Microsoft.VisualStudio.TestTools.UnitTesting.InternalTestFailureException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.