Condividi tramite


Costruttore ConnectionFailedWebTestException (String, Exception)

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

Parametri

  • message
    Tipo: String
  • innerException
    Tipo: Exception

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ConnectionFailedWebTestException Classe

Overload ConnectionFailedWebTestException

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting