WebTestError 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
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
- ex
- Exception
- stackTrace
- String