InternalTestFailureException 类

更新:2007 年 11 月

为指示测试的内部错误而引发的异常。

命名空间:  Microsoft.VisualStudio.TestTools.UnitTesting
程序集:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

语法

声明
Public Class InternalTestFailureException _
    Inherits UnitTestAssertException
用法
Dim instance As InternalTestFailureException
public class InternalTestFailureException : UnitTestAssertException
public ref class InternalTestFailureException : public UnitTestAssertException
public class InternalTestFailureException extends UnitTestAssertException

继承层次结构

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

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

InternalTestFailureException 成员

Microsoft.VisualStudio.TestTools.UnitTesting 命名空间