WebTestEndOfDataException Class

The exception that is thrown when data binding is being performed on a table with the UniqueDataBindingAccessMethod when there are no more rows of data in the table.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class WebTestEndOfDataException _
    Inherits WebTestException
'Usage
Dim instance As WebTestEndOfDataException
[SerializableAttribute]
public class WebTestEndOfDataException : WebTestException
[SerializableAttribute]
public ref class WebTestEndOfDataException : public WebTestException
public class WebTestEndOfDataException extends WebTestException

Remarks

This class is serializable.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestEndOfDataException

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.

See Also

Reference

WebTestEndOfDataException Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

Working with Web Tests