Costruttore ConnectionFailedWebTestException (Exception, String)
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- innerException
Tipo: Exception
- resultsLocale
Tipo: String
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ConnectionFailedWebTestException Classe