共用方式為


UITestJScriptExecutionException.DefaultMessage Property

Definition

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

Property Value

Applies to