UITestJScriptExecutionException.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.
The default message for this exception type. This is overridden typically by derived exception classes to provide their own default messages. In case user has not explicitly set any message, then the default message is used by BasicMessage and base.Message.
protected:
virtual property System::String ^ DefaultMessage { System::String ^ get(); };
protected override string DefaultMessage { get; }
member this.DefaultMessage : string
Protected Overrides ReadOnly Property DefaultMessage As String