WebTestException 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
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
- info
- SerializationInfo
- context
- StreamingContext
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