InternalTestFailureException 类

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

继承层次结构

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

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

语法

声明
<SerializableAttribute> _
Public Class InternalTestFailureException _
    Inherits UnitTestAssertException
[SerializableAttribute]
public class InternalTestFailureException : UnitTestAssertException
[SerializableAttribute]
public ref class InternalTestFailureException : public UnitTestAssertException
[<SerializableAttribute>]
type InternalTestFailureException =  
    class 
        inherit UnitTestAssertException 
    end
public class InternalTestFailureException extends UnitTestAssertException

InternalTestFailureException 类型公开以下成员。

构造函数

  名称 说明
公共方法 InternalTestFailureException() 在不使用参数的情况下初始化 InternalTestFailureException 类的新实例。
公共方法 InternalTestFailureException(String) 使用指定的错误消息初始化 InternalTestFailureException 类的新实例。
受保护的方法 InternalTestFailureException(SerializationInfo, StreamingContext) 用序列化数据初始化 InternalTestFailureException 类的新实例。
公共方法 InternalTestFailureException(String, Exception) 使用指定错误消息和对作为此异常原因的内部异常的引用来初始化 InternalTestFailureException 类的新实例。

页首

属性

  名称 说明
公共属性 Data 获取提供有关异常的其他用户定义信息的键/值对集合。 (继承自 Exception。)
公共属性 HelpLink 获取或设置指向与此异常关联的帮助文件链接。 (继承自 Exception。)
受保护的属性 HResult 获取或设置 HRESULT(一个分配给特定异常的编码数字值)。 (继承自 Exception。)
公共属性 InnerException 获取导致当前异常的 Exception 实例。 (继承自 Exception。)
公共属性 Message 获取描述当前异常的消息。 (继承自 UnitTestAssertException。)
公共属性 Source 获取或设置导致错误的应用程序或对象的名称。 (继承自 Exception。)
公共属性 StackTrace 获取调用堆栈上的即时框架字符串表示形式。 (继承自 Exception。)
公共属性 TargetSite 获取引发当前异常的方法。 (继承自 Exception。)

页首

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetBaseException 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (继承自 Exception。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetObjectData 使用有关异常的信息设置 SerializationInfo。 (继承自 UnitTestAssertException。)
公共方法 GetType 获取当前实例的运行时类型。 (继承自 Exception。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 创建并返回当前异常的字符串表示形式。 (继承自 Exception。)

页首

线程安全

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

请参阅

参考

Microsoft.VisualStudio.TestTools.UnitTesting 命名空间