Compartilhar via


Construtor TechnologyNotSupportedException (String, Exception)

Inicializa uma nova instância de TechnologyNotSupportedException classe usando a mensagem fornecida e exceção interna.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
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
    A exceção que causou a exceção atual.

Segurança do .NET Framework

Consulte também

Referência

TechnologyNotSupportedException Classe

Sobrecargas TechnologyNotSupportedException

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension