InternalTestFailureException Class
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.