UITestException.BasicMessage Property

Definition

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.

Applies to