Partilhar via


Construtor TechnologyNotSupportedException (String)

Inicializa uma nova instância de TechnologyNotSupportedException classe usando a mensagem fornecida.

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 _
)
public TechnologyNotSupportedException(
    string message
)
public:
TechnologyNotSupportedException(
    String^ message
)
new : 
        message:string -> TechnologyNotSupportedException
public function TechnologyNotSupportedException(
    message : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TechnologyNotSupportedException Classe

Sobrecargas TechnologyNotSupportedException

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension