Condividi tramite


Costruttore WebTestEndOfDataException (String, Exception)

Inizializza una nuova istanza della classe WebTestEndOfDataException con un messaggio di errore e un riferimento all'eccezione Exception interna che ha causato questa eccezione.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • message
    Tipo: String

    Messaggio di errore nel quale viene indicato il motivo dell’eccezione

  • innerException
    Tipo: Exception

    Eccezione causa dell'eccezione corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestEndOfDataException Classe

Overload WebTestEndOfDataException

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting