Construtor ConnectionFailedWebTestException (Exception)
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 _
)
public ConnectionFailedWebTestException(
Exception innerException
)
public:
ConnectionFailedWebTestException(
Exception^ innerException
)
new :
innerException:Exception -> ConnectionFailedWebTestException
public function ConnectionFailedWebTestException(
innerException : Exception
)
Parâmetros
- innerException
Tipo: Exception
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