TechnologyNotSupportedException (Constructor) (String, Exception)

Inicializa una nueva instancia de la clase TechnologyNotSupportedException utilizando el mensaje y la excepción interna proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public TechnologyNotSupportedException(
    string message,
    Exception innerException
)
public:
TechnologyNotSupportedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> TechnologyNotSupportedException
public function TechnologyNotSupportedException(
    message : String, 
    innerException : Exception
)

Parámetros

  • innerException
    Tipo: System.Exception
    Excepción que ha producido la excepción actual.

Seguridad de .NET Framework

Vea también

Referencia

TechnologyNotSupportedException Clase

TechnologyNotSupportedException (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)