UITestControlNotFoundException 类

当用户界面 (UI) 测试框架尝试访问找不到的 UI 测试控件时引发的异常。

继承层次结构

System.Object
  System.Exception
    System.SystemException
      Microsoft.VisualStudio.TestTools.UITest.Extension.UITestException
        Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

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

UITestControlNotFoundException 类型公开以下成员。

构造函数

  名称 说明
公共方法 UITestControlNotFoundException() 初始化 UITestControlNotFoundException 类的新实例。
公共方法 UITestControlNotFoundException(String) 使用提供的错误消息初始化 UITestControlNotFoundException 类的新实例。
受保护的方法 UITestControlNotFoundException(SerializationInfo, StreamingContext) 初始化反序列化的 UITestControlNotFoundException 类的新实例。
公共方法 UITestControlNotFoundException(String, Exception) 使用提供的错误消息和内部异常初始化 UITestControlNotFoundException 类的新实例。
公共方法 UITestControlNotFoundException(String, String, Object) 使用提供的错误消息、UI 测试控件和源初始化 UITestControlNotFoundException 类的新实例。
公共方法 UITestControlNotFoundException(String, Exception, String, Object) 使用提供的错误消息、内部异常、UI 测试控件和源初始化 UITestControlNotFoundException 类的新实例。
公共方法 UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object) 使用提供的主要控件属性、次要控件属性、根 UI 控件、UI 测试控件和源初始化 UITestControlNotFoundException 类的新实例。
公共方法 UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object) 初始化 UITestControlNotFoundException 类的新实例。
公共方法 UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object) 使用提供的主要控件属性、次要控件属性、内部异常、上一个调用的信息、UI 测试控件和源初始化 UITestControlNotFoundException 类的新实例。
公共方法 UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object) 初始化 UITestControlNotFoundException 类的新实例。

页首

属性

  名称 说明
公共属性 BasicMessage 获取基本错误消息。 (继承自 UITestException。)
公共属性 Data 获取一个提供用户定义的其他异常信息的键/值对的集合。 (继承自 Exception。)
受保护的属性 DefaultMessage 获取为此类异常配置的默认错误消息。 (重写 UITestException.DefaultMessage。)
公共属性 ErrorInfo 获取或设置关于引起异常的 UI 测试操作的信息。 (继承自 UITestException。)
公共属性 ExceptionSource 获取或设置作为此异常的源的控件。 (继承自 UITestException。)
公共属性 HelpLink 获取或设置指向此异常所关联帮助文件的链接。 (继承自 Exception。)
公共属性 HResult 获取或设置此异常的 HRESULT。 (继承自 UITestException。)
公共属性 InnerException 获取导致当前异常的 Exception 实例。 (继承自 Exception。)
公共属性 Message 获取在创建此异常对象时提供的消息。 (继承自 UITestException。)
公共属性 PrimaryProperties 获取目标控件的主要属性的集合。
公共属性 RootElement 获取或设置根元素的 string 表示形式。
公共属性 SecondaryProperties 获取目标控件的次要属性的集合。
公共属性 Source 获取或设置导致错误的应用程序或对象的名称。 (继承自 Exception。)
公共属性 StackTrace 获取调用堆栈上直接帧的字符串表示形式。 (继承自 Exception。)
公共属性 TargetSite 获取引发当前异常的方法。 (继承自 Exception。)

页首

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetBaseException 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (继承自 Exception。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetObjectData 安全关键。使用所提供的上下文填充所提供的序列化数据对象。 (重写 UITestException.GetObjectData(SerializationInfo, StreamingContext)。)
公共方法 GetType 获取当前实例的运行时类型。 (继承自 Exception。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
受保护的方法 SetHResult 设置此异常的对应 HRESULT。 (继承自 UITestException。)
公共方法 ToString 创建并返回当前异常的字符串表示形式。 (继承自 Exception。)

页首

事件

  名称 说明
受保护的事件 SerializeObjectState 在序列化异常,以创建包含有关异常的序列化数据的异常状态对象时发生。 (继承自 Exception。)

页首

线程安全

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

请参见

参考

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间

UITestException