WebTestEmptyTableException (Constructor) (String)
Inicializa una nueva instancia de la clase WebTestEmptyTableException con un mensaje de error especificado.
Espacio de nombres: Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado: Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String _
)
public WebTestEmptyTableException(
string message
)
public:
WebTestEmptyTableException(
String^ message
)
new :
message:string -> WebTestEmptyTableException
public function WebTestEmptyTableException(
message : String
)
Parámetros
- message
Tipo: System.String
Mensaje que describe el error.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
WebTestEmptyTableException Clase
WebTestEmptyTableException (Sobrecarga)
Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)