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.

WebTestException Constructor

 

Initializes a new instance of the WebTestException class.

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

NameDescription
System_CAPS_pubmethodWebTestException()

Initializes a new instance of the WebTestException class.

System_CAPS_protmethodWebTestException(SerializationInfo^, StreamingContext)

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

System_CAPS_pubmethodWebTestException(String^)

Initializes a new instance of the WebTestException class with an error message.

System_CAPS_pubmethodWebTestException(String^, Exception^)

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

Return to top
Show: