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 (String^, Exception^)
Initializes a new instance of the UITestException class by using the provided message and inner exception.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- message
-
Type:
System::String^
An error message.
- innerException
-
Type:
System::Exception^
The exception that caused the current exception.
Show: