WebTestException Constructors

Definition

Overloads

WebTestException()
WebTestException(String)
WebTestException(SerializationInfo, StreamingContext)
WebTestException(String, Exception)

WebTestException()

public:
 WebTestException();
public WebTestException ();
Public Sub New ()

Applies to

WebTestException(String)

public:
 WebTestException(System::String ^ message);
public WebTestException (string message);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestException : string -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
Public Sub New (message As String)

Parameters

message
String

Applies to

WebTestException(SerializationInfo, StreamingContext)

protected:
 WebTestException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WebTestException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

WebTestException(String, Exception)

public:
 WebTestException(System::String ^ message, Exception ^ innerException);
public WebTestException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestException : string * Exception -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to