Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An exception that is thrown by the test engine for connection failure errors during a Web test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ConnectionFailedWebTestException _
Inherits WebTestException
'Usage
Dim instance As ConnectionFailedWebTestException
[SerializableAttribute]
public class ConnectionFailedWebTestException : WebTestException
[SerializableAttribute]
public ref class ConnectionFailedWebTestException : public WebTestException
public class ConnectionFailedWebTestException extends WebTestException
Remarks
This class is serializable. This exception is usually thrown by the test engine when a proxy server needs to be configured for the Web test.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.