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::BasicMessage Property

 

Gets the basic error message.

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

public:
property String^ BasicMessage {
	String^ get();
}

Property Value

Type: System::String^

The basic message, if one has been set by the user in the test UI; otherwise, the default message for the specific exception.

Return to top
Show: