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.

WebTestStoppedException Constructor

 

Initializes a new instance of the WebTestStoppedException class.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

NameDescription
System_CAPS_pubmethodWebTestStoppedException()

Initializes a new instance of the WebTestStoppedException class.

System_CAPS_protmethodWebTestStoppedException(SerializationInfo^, StreamingContext)

Initializes a new instance of the WebTestStoppedException class for remoting scenarios.

System_CAPS_pubmethodWebTestStoppedException(String^)

Initializes a new instance of the WebTestStoppedException class that has the specified error message.

System_CAPS_pubmethodWebTestStoppedException(String^, Exception^)

Initializes a new instance of the WebTestStoppedException class that has an error message and a reference to the inner Exception that caused this exception.

Return to top
Show: