Sdílet prostřednictvím


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

Vytvoří novou instanci třídy UITestControlNotFoundException.

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 ( _
    message As String, _
    primaryProperties As PropertyExpressionCollection, _
    secondaryProperties As PropertyExpressionCollection, _
    root As String, _
    innerException As Exception, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public UITestControlNotFoundException(
    string message,
    PropertyExpressionCollection primaryProperties,
    PropertyExpressionCollection secondaryProperties,
    string root,
    Exception innerException,
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotFoundException(
    String^ message, 
    PropertyExpressionCollection^ primaryProperties, 
    PropertyExpressionCollection^ secondaryProperties, 
    String^ root, 
    Exception^ innerException, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        message:string * 
        primaryProperties:PropertyExpressionCollection * 
        secondaryProperties:PropertyExpressionCollection * 
        root:string * 
        innerException:Exception * 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
    message : String, 
    primaryProperties : PropertyExpressionCollection, 
    secondaryProperties : PropertyExpressionCollection, 
    root : String, 
    innerException : Exception, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parametry

  • message
    Typ: String

    Chybová zpráva.

  • 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ů

UITestControl