UITestException-Konstruktor (String)

Initialisiert eine neue Instanz der UITestException-Klasse mithilfe der angegebenen Fehlermeldung.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestException Klasse

UITestException-Überladung

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace