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

 

Initializes a new instance of the UITestJScriptExecutionException class.

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

NameDescription
System_CAPS_pubmethodUITestJScriptExecutionException()

Default constructor.

System_CAPS_protmethodUITestJScriptExecutionException(SerializationInfo^, StreamingContext)

Deserialization constructor.

System_CAPS_pubmethodUITestJScriptExecutionException(String^)

Create new instance using the message.

System_CAPS_pubmethodUITestJScriptExecutionException(String^, Exception^)

Create new instance using the message and the inner exception.

Return to top
Show: