Partager via


WebTestEndOfDataException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe WebTestEndOfDataException avec un message d'erreur et une référence au 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 WebTestEndOfDataException(
    string message,
    Exception innerException
)
public:
WebTestEndOfDataException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WebTestEndOfDataException
public function WebTestEndOfDataException(
    message : String, 
    innerException : Exception
)

Paramètres

  • message
    Type : System.String
    Message d'erreur qui explique la raison de l'exception.
  • innerException
    Type : System.Exception
    Exception ayant provoqué l'exception en cours.

Sécurité .NET Framework

Voir aussi

Référence

WebTestEndOfDataException Classe

WebTestEndOfDataException, surcharge

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms