WebTestEmptyTableException Class
Represents a WebTestEndOfDataException.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebTestEmptyTableException _
Inherits WebTestException
'Usage
Dim instance As WebTestEmptyTableException
[SerializableAttribute]
public class WebTestEmptyTableException : WebTestException
[SerializableAttribute]
public ref class WebTestEmptyTableException : public WebTestException
public class WebTestEmptyTableException extends WebTestException
Remarks
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.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.