Partilhar via


Classe WebTestEndOfDataException

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 (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

<SerializableAttribute> _
Public Class WebTestEndOfDataException _
    Inherits WebTestException

Dim instance As WebTestEndOfDataException
[SerializableAttribute]
public class WebTestEndOfDataException : WebTestException
[SerializableAttribute]
public ref class WebTestEndOfDataException : public WebTestException
public class WebTestEndOfDataException extends WebTestException

Comentários

Essa classe é serializável.

Hierarquia de herança

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

Acesso thread-safe

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Membros WebTestEndOfDataException

Namespace Microsoft.VisualStudio.TestTools.WebTesting

Outros recursos

Trabalhando com Testes da Web