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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
ConnectionFailedWebTestException Classe