Partilhar via


Construtor ConnectionFailedWebTestException (Exception, String)

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Sub New ( _
    innerException As Exception, _
    resultsLocale As String _
)
public ConnectionFailedWebTestException(
    Exception innerException,
    string resultsLocale
)
public:
ConnectionFailedWebTestException(
    Exception^ innerException, 
    String^ resultsLocale
)
new : 
        innerException:Exception * 
        resultsLocale:string -> ConnectionFailedWebTestException
public function ConnectionFailedWebTestException(
    innerException : Exception, 
    resultsLocale : String
)

Parâmetros

  • innerException
    Tipo: Exception
  • resultsLocale
    Tipo: String

Segurança do .NET Framework

Consulte também

Referência

ConnectionFailedWebTestException Classe

Sobrecargas ConnectionFailedWebTestException

Namespace Microsoft.VisualStudio.TestTools.WebTesting