UITestControlNotVisibleException Constructor (String)

Initializes a new instance of the UITestControlNotVisibleException class by using the provided error message.

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 UITestControlNotVisibleException(
    string message
)
public:
UITestControlNotVisibleException(
    String^ message
)
new : 
        message:string -> UITestControlNotVisibleException
public function UITestControlNotVisibleException(
    message : String
)

Parameters

  • message
    Type: String

    The error message.

.NET Framework Security

See Also

Reference

UITestControlNotVisibleException Class

UITestControlNotVisibleException Overload

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace