UITestException.DefaultMessage 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.
When overridden in a derived class, gets the default message for the specific exception type.
protected:
virtual property System::String ^ DefaultMessage { System::String ^ get(); };
protected virtual string DefaultMessage { get; }
member this.DefaultMessage : string
Protected Overridable ReadOnly Property DefaultMessage As String
Property Value
The default message.