WebTestEmptyTableException Class
Represents an Exception that occurs when data binding is being performed on an empty table.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
System::Exception
Microsoft.VisualStudio.TestTools.WebTesting::WebTestException
Microsoft.VisualStudio.TestTools.WebTesting::WebTestEmptyTableException
| Name | Description | |
|---|---|---|
![]() | WebTestEmptyTableException() | Initializes a new instance of the WebTestEmptyTableException class. |
![]() | WebTestEmptyTableException(SerializationInfo^, StreamingContext) | Initializes a new instance of the WebTestEmptyTableException class with serialized data. |
![]() | WebTestEmptyTableException(String^) | Initializes a new instance of the WebTestEmptyTableException class with a specified error message. |
![]() | WebTestEmptyTableException(String^, Exception^) | Initializes a new instance of the WebTestEmptyTableException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
A WebTestEndOfDataException is raised when the end of the table is reached while data binding is being performed on a table with the Unique AccessMethod.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



