Udostępnij za pośrednictwem


Konstruktor UITestControlNotFoundException — (String, String, Object)

Inicjuje nowe wystąpienie UITestControlNotFoundException klasy przy użyciu dostarczonego komunikat, interfejsu użytkownika kontroli badań i źródła.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public UITestControlNotFoundException(
    string message,
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotFoundException(
    String^ message, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        message:string * 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
    message : String, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parametry

  • message
    Typ: String

    Komunikat o błędzie.

  • uiTestControl
    Typ: String

    Ciąg znaków zawierający zapis UITestControl że jest zablokowany.

  • exceptionSource
    Typ: Object

    object Oznacza to źródło wyjątek.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITestControlNotFoundException Klasa

Przeciążenie UITestControlNotFoundException

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

UITestControl