Partilhar via


Construtor WebTestEmptyTableException (String, Exception)

Inicializa uma nova instância da WebTestEmptyTableException classe com uma mensagem de erro especificado e uma referência para a exceção que é a causa dessa exceção interna.

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

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public WebTestEmptyTableException(
    string message,
    Exception innerException
)
public:
WebTestEmptyTableException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WebTestEmptyTableException
public function WebTestEmptyTableException(
    message : String, 
    innerException : Exception
)

Parâmetros

  • message
    Tipo: System.String
    A mensagem de erro que explica o motivo da exceção.
  • innerException
    Tipo: System.Exception
    A exceção que é a causa da exceção atual, ou nulluma referência nula (Nothing no Visual Basic) se nenhuma exceção interna é especificada.

Segurança do .NET Framework

Consulte também

Referência

WebTestEmptyTableException Classe

Sobrecargas WebTestEmptyTableException

Namespace Microsoft.VisualStudio.TestTools.WebTesting