WebTestEndOfDataException Class
The exception that is thrown when data binding is being performed on a table with the Unique DataBindingAccessMethod when there are no more rows of data in the table.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
System::Exception
Microsoft.VisualStudio.TestTools.WebTesting::WebTestException
Microsoft.VisualStudio.TestTools.WebTesting::WebTestEndOfDataException
| Name | Description | |
|---|---|---|
![]() | WebTestEndOfDataException() | Initializes a new instance of the WebTestEndOfDataException class. |
![]() | WebTestEndOfDataException(SerializationInfo^, StreamingContext) | Initializes a new instance of the WebTestEndOfDataException class for remoting scenarios. |
![]() | WebTestEndOfDataException(String^) | Initializes a new instance of the WebTestEndOfDataException class with an error message. |
![]() | WebTestEndOfDataException(String^, Exception^) | Initializes a new instance of the WebTestEndOfDataException class with an error message and a reference to the inner Exception that caused 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.) |
This class is serializable.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



