WebTestStoppedException Class
Represents the exception that is thrown when data binding is performed on a table with a unique AccessMethod 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::WebTestStoppedException
| Name | Description | |
|---|---|---|
![]() | WebTestStoppedException() | Initializes a new instance of the WebTestStoppedException class. |
![]() | WebTestStoppedException(SerializationInfo^, StreamingContext) | Initializes a new instance of the WebTestStoppedException class for remoting scenarios. |
![]() | WebTestStoppedException(String^) | Initializes a new instance of the WebTestStoppedException class that has the specified error message. |
![]() | WebTestStoppedException(String^, Exception^) | Initializes a new instance of the WebTestStoppedException class that has 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



