Share via


WebTestStoppedException Constructors

Definition

Overloads

WebTestStoppedException()
WebTestStoppedException(String)
WebTestStoppedException(SerializationInfo, StreamingContext)
WebTestStoppedException(String, Exception)

WebTestStoppedException()

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

Applies to

WebTestStoppedException(String)

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

Parameters

message
String

Applies to

WebTestStoppedException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

WebTestStoppedException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to