ConnectionFailedWebTestException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConnectionFailedWebTestException()
public:
ConnectionFailedWebTestException();
public ConnectionFailedWebTestException ();
Public Sub New ()
Applies to
ConnectionFailedWebTestException(Exception)
public:
ConnectionFailedWebTestException(Exception ^ innerException);
public ConnectionFailedWebTestException (Exception innerException);
new Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException : Exception -> Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
ConnectionFailedWebTestException(String)
public:
ConnectionFailedWebTestException(System::String ^ message);
public ConnectionFailedWebTestException (string message);
new Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException : string -> Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ConnectionFailedWebTestException(Exception, String)
public:
ConnectionFailedWebTestException(Exception ^ innerException, System::String ^ resultsLocale);
public ConnectionFailedWebTestException (Exception innerException, string resultsLocale);
new Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException : Exception * string -> Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException
Public Sub New (innerException As Exception, resultsLocale As String)
Parameters
- innerException
- Exception
- resultsLocale
- String
Applies to
ConnectionFailedWebTestException(SerializationInfo, StreamingContext)
protected:
ConnectionFailedWebTestException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ConnectionFailedWebTestException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
ConnectionFailedWebTestException(String, Exception)
public:
ConnectionFailedWebTestException(System::String ^ message, Exception ^ innerException);
public ConnectionFailedWebTestException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException : string * Exception -> Microsoft.VisualStudio.TestTools.WebTesting.ConnectionFailedWebTestException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception