Partager via


WebTestEmptyTableException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe WebTestEmptyTableException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • message
    Type : System.String
    Message d'erreur expliquant la raison de l'exception.
  • innerException
    Type : System.Exception
    L'exception qui est la cause de l'exception actuelle ou nullune référence null (Nothing en Visual Basic) si aucune exception interne n'est spécifiée.

Sécurité .NET Framework

Voir aussi

Référence

WebTestEmptyTableException Classe

WebTestEmptyTableException, surcharge

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms