Condividi tramite


Costruttore UITestControlNotFoundException (String)

Inizializza una nuova istanza della classe UITestControlNotFoundException utilizzando il messaggio di errore specificato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
public UITestControlNotFoundException(
    string message
)
public:
UITestControlNotFoundException(
    String^ message
)
new : 
        message:string -> UITestControlNotFoundException
public function UITestControlNotFoundException(
    message : String
)

Parametri

Note

Utilizzare questo costruttore quando l'elemento esatto dell'interfaccia utente non è disponibile, come nel caso della ricerca di una stringa di query.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestControlNotFoundException Classe

Overload UITestControlNotFoundException

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension