Classe WebTestEmptyTableException
Representa um WebTestEndOfDataException.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
<SerializableAttribute> _
Public Class WebTestEmptyTableException _
Inherits WebTestException
Dim instance As WebTestEmptyTableException
[SerializableAttribute]
public class WebTestEmptyTableException : WebTestException
[SerializableAttribute]
public ref class WebTestEmptyTableException : public WebTestException
public class WebTestEmptyTableException extends WebTestException
Comentários
Um WebTestEndOfDataException é disparado quando o participante da tabela é alcançado, enquanto vinculação de dados está sendo executada em uma tabela com AccessMethod exclusiva.
Hierarquia de herança
System.Object
System.Exception
Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
Microsoft.VisualStudio.TestTools.WebTesting.WebTestEmptyTableException
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.