Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestException Constructor

 

Initializes a new instance of the UITestException class.

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

NameDescription
System_CAPS_pubmethodUITestException()

Initializes a new instance of the UITestException class.

System_CAPS_protmethodUITestException(SerializationInfo^, StreamingContext)

Initializes a new instance of the UITestException class to deserialize the exception.

System_CAPS_pubmethodUITestException(String^)

Initializes a new instance of the UITestException class by using the given error message.

System_CAPS_pubmethodUITestException(String^, Exception^)

Initializes a new instance of the UITestException class by using the provided message and inner exception.

Return to top
Show: