Partager via


TechnologyNotSupportedException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe TechnologyNotSupportedException à l'aide du message et de l'exception interne fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • innerException
    Type : System.Exception
    Exception qui a provoqué l'exception actuelle.

Sécurité .NET Framework

Voir aussi

Référence

TechnologyNotSupportedException Classe

TechnologyNotSupportedException, surcharge

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms