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 Constructor (String^, Exception^)

 

Create new instance using the message and the inner exception.

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

public:
UITestJScriptExecutionException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The exception message.

innerException
Type: System::Exception^

The inner exception.

Return to top
Show: