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.

ConnectionFailedWebTestException Constructor

 

Initializes a new instance of the ConnectionFailedWebTestException class.

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

NameDescription
System_CAPS_pubmethodConnectionFailedWebTestException()

Initializes a new instance of the ConnectionFailedWebTestException class.

System_CAPS_pubmethodConnectionFailedWebTestException(Exception^)

Initializes a new instance of the ConnectionFailedWebTestException class with a reference to the inner exception that is the cause of this exception.

System_CAPS_pubmethodConnectionFailedWebTestException(Exception^, String^)

System_CAPS_protmethodConnectionFailedWebTestException(SerializationInfo^, StreamingContext)

Initializes a new instance of the ConnectionFailedWebTestException class with serialized data, for use in remoting scenarios.

System_CAPS_pubmethodConnectionFailedWebTestException(String^)

Initializes a new instance of the ConnectionFailedWebTestException class with a specified error message.

System_CAPS_pubmethodConnectionFailedWebTestException(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.

Return to top
Show: