UITestControlNotAvailableException 构造函数 (IUITechnologyElement, Exception)

使用提供的 UI 元素初始化 UITestControlNotAvailableException 类的新实例。

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

语法

声明
Public Sub New ( _
    element As IUITechnologyElement, _
    innerException As Exception _
)
public UITestControlNotAvailableException(
    IUITechnologyElement element,
    Exception innerException
)
public:
UITestControlNotAvailableException(
    IUITechnologyElement^ element, 
    Exception^ innerException
)
new : 
        element:IUITechnologyElement * 
        innerException:Exception -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
    element : IUITechnologyElement, 
    innerException : Exception
)

参数

.NET Framework 安全性

请参见

参考

UITestControlNotAvailableException 类

UITestControlNotAvailableException 重载

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

UITechnologyElement