Condividi tramite


Costruttore WebTestEmptyTableException (String, Exception)

Inizializza una nuova istanza della classe WebTestEmptyTableException con un messaggio di errore specificato e un riferimento all'eccezione interna che è la causa dell'eccezione corrente.

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 WebTestEmptyTableException(
    string message,
    Exception innerException
)
public:
WebTestEmptyTableException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WebTestEmptyTableException
public function WebTestEmptyTableException(
    message : String, 
    innerException : Exception
)

Parametri

  • message
    Tipo: String

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

  • innerException
    Tipo: Exception

    L'eccezione che ha causato l'eccezione corrente o nullriferimento null (Nothing in Visual Basic) se non è stata specificata un'eccezione interna.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestEmptyTableException Classe

Overload WebTestEmptyTableException

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting