WebTestError Constructors

Definition

Overloads

WebTestError()
WebTestError(Exception)
WebTestError(Exception, Boolean)
WebTestError(Exception, String)

WebTestError()

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

Applies to

WebTestError(Exception)

public:
 WebTestError(Exception ^ e);
public WebTestError (Exception e);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestError : Exception -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestError
Public Sub New (e As Exception)

Parameters

Applies to

WebTestError(Exception, Boolean)

public:
 WebTestError(Exception ^ e, bool processInnerException);
public WebTestError (Exception e, bool processInnerException);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestError : Exception * bool -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestError
Public Sub New (e As Exception, processInnerException As Boolean)

Parameters

processInnerException
Boolean

Applies to

WebTestError(Exception, String)

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

Parameters

stackTrace
String

Applies to