UITestException.BasicMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the basic error message.
public:
property System::String ^ BasicMessage { System::String ^ get(); };
public string BasicMessage { get; }
member this.BasicMessage : string
Public ReadOnly Property BasicMessage As String
Property Value
The basic message, if one has been set by the user in the test UI; otherwise, the default message for the specific exception.