Sdílet prostřednictvím


UITestControlNotFoundException – konstruktor (PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)

Inicializuje novou instanci UITestControlNotFoundException třídy pomocí vlastnosti ovládacího prvku poskytnutého primární, sekundární vlastnosti, vnitřní výjimka, poslední vyvolání informace, UI test řízení a zdroj.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    primaryProperties As PropertyExpressionCollection, _
    secondaryProperties As PropertyExpressionCollection, _
    root As String, _
    innerException As Exception, _
    lastInfo As ILastInvocationInfo, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public UITestControlNotFoundException(
    PropertyExpressionCollection primaryProperties,
    PropertyExpressionCollection secondaryProperties,
    string root,
    Exception innerException,
    ILastInvocationInfo lastInfo,
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotFoundException(
    PropertyExpressionCollection^ primaryProperties, 
    PropertyExpressionCollection^ secondaryProperties, 
    String^ root, 
    Exception^ innerException, 
    ILastInvocationInfo^ lastInfo, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        primaryProperties:PropertyExpressionCollection * 
        secondaryProperties:PropertyExpressionCollection * 
        root:string * 
        innerException:Exception * 
        lastInfo:ILastInvocationInfo * 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
    primaryProperties : PropertyExpressionCollection, 
    secondaryProperties : PropertyExpressionCollection, 
    root : String, 
    innerException : Exception, 
    lastInfo : ILastInvocationInfo, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parametry

  • root
    Typ: String

    A string reprezentace kořenového prvku.

  • innerException
    Typ: Exception

    Původní výjimce, která způsobila aktuální výjimku.

  • uiTestControl
    Typ: String

    Řetězcové vyjádření UITestControl který je blokován.

  • exceptionSource
    Typ: Object

    object Který je zdroj výjimku.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestControlNotFoundException Třída

UITestControlNotFoundException – přetížení

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů

ILastInvocationInfo

UITestControl