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.
ConnectionFailedWebTestException Constructor
Initializes a new instance of the ConnectionFailedWebTestException class.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionFailedWebTestException() | Initializes a new instance of the ConnectionFailedWebTestException class. |
![]() | ConnectionFailedWebTestException(Exception^) | Initializes a new instance of the ConnectionFailedWebTestException class with a reference to the inner exception that is the cause of this exception. |
![]() | ConnectionFailedWebTestException(Exception^, String^) | |
![]() | ConnectionFailedWebTestException(SerializationInfo^, StreamingContext) | Initializes a new instance of the ConnectionFailedWebTestException class with serialized data, for use in remoting scenarios. |
![]() | ConnectionFailedWebTestException(String^) | Initializes a new instance of the ConnectionFailedWebTestException class with a specified error message. |
![]() | ConnectionFailedWebTestException(String^, Exception^) | Initializes a new instance of the ConnectionFailedWebTestException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:

