WebTestEmptyTableException 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
WebTestEmptyTableException() | |
WebTestEmptyTableException(String) | |
WebTestEmptyTableException(SerializationInfo, StreamingContext) | |
WebTestEmptyTableException(String, Exception) |
WebTestEmptyTableException()
public:
WebTestEmptyTableException();
public WebTestEmptyTableException ();
Public Sub New ()
Applies to
WebTestEmptyTableException(String)
public:
WebTestEmptyTableException(System::String ^ message);
public WebTestEmptyTableException (string message);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException : string -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
WebTestEmptyTableException(SerializationInfo, StreamingContext)
protected:
WebTestEmptyTableException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WebTestEmptyTableException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
WebTestEmptyTableException(String, Exception)
public:
WebTestEmptyTableException(System::String ^ message, Exception ^ innerException);
public WebTestEmptyTableException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException : string * Exception -> Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception