Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestJScriptExecutionException::DefaultMessage Property

 

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.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

protected:
property String^ DefaultMessage {
	virtual String^ get() override;
}

Property Value

Type: System::String^

Return to top
Show: